diff options
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/products/products.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/products/products.tsx b/src/routes/products/products.tsx index c17a051..6b24269 100644 --- a/src/routes/products/products.tsx +++ b/src/routes/products/products.tsx @@ -1,9 +1,9 @@ +import SearchBar from "../../components/search_bar"; + export default function Products() { return( <> - <p> - Hello! - </p> + <SearchBar path="/products"/> </> ); }
\ No newline at end of file |