diff --git a/src/components/features/SearchBar.tsx b/src/components/features/SearchBar.tsx index 7672b53c..606ece3f 100644 --- a/src/components/features/SearchBar.tsx +++ b/src/components/features/SearchBar.tsx @@ -9,14 +9,14 @@ interface SearchBarProps { export function SearchBar({ value, onChange }: SearchBarProps) { return (
- +
); -} \ No newline at end of file +}