summaryrefslogtreecommitdiff
path: root/src/routes/products
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-04-23 12:19:07 -0600
committerHombreLaser <sebastian-440@live.com>2023-04-23 12:19:07 -0600
commit9a5b4259808d719a531eca18dff993eeeff71bc1 (patch)
tree8237b8bf54688c7704f55be531ce20684f0b6cc4 /src/routes/products
parenta417af928cd42e8a6749d69ac661182b3e1249a8 (diff)
Simplificada interfaz
Diffstat (limited to 'src/routes/products')
-rw-r--r--src/routes/products/products.tsx6
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