diff --git a/components/Search.tsx b/components/Search.tsx index f747fd8..578a009 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -1,10 +1,9 @@ // import { useState } from 'react' -const Search = ({ query, result }: SearchProps): JSX.Element => { +const Search = (): JSX.Element => { return ( -