diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index f92e718..9de39f6 100644 --- a/src/components/SearchBar.astro +++ b/src/components/SearchBar.astro @@ -1,5 +1,7 @@ --- // SearchBar.astro + +// TODO: Add options for AND/OR switching and sort by options ---