diff --git a/src/components/features/SearchBar.tsx b/src/components/features/SearchBar.tsx index 606ece3f..d51b0e06 100644 --- a/src/components/features/SearchBar.tsx +++ b/src/components/features/SearchBar.tsx @@ -9,7 +9,6 @@ interface SearchBarProps { export function SearchBar({ value, onChange }: SearchBarProps) { return (
- +
); }