diff options
author | HombreLaser <sebastian-440@live.com> | 2023-04-23 12:19:07 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-04-23 12:19:07 -0600 |
commit | 9a5b4259808d719a531eca18dff993eeeff71bc1 (patch) | |
tree | 8237b8bf54688c7704f55be531ce20684f0b6cc4 /src/routes | |
parent | a417af928cd42e8a6749d69ac661182b3e1249a8 (diff) |
Simplificada interfaz
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 |