diff --git a/src/components/SearchBar.tsx b/src/components/SearchBar.tsx index 1401e21..89fcd1a 100644 --- a/src/components/SearchBar.tsx +++ b/src/components/SearchBar.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import { Search } from 'lucide-react'; interface SearchBarProps { @@ -8,17 +7,17 @@ interface SearchBarProps { export function SearchBar({ value, onChange }: SearchBarProps) { return ( -