diff --git a/components/Search.tsx b/components/Search.tsx index 578a009..34fce9f 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -1,11 +1,12 @@ // import { useState } from 'react' const Search = (): JSX.Element => { - return ( -
- -
- ) + return
+ + +
} interface SearchProps {