From 9a5b4259808d719a531eca18dff993eeeff71bc1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 23 Apr 2023 12:19:07 -0600 Subject: Simplificada interfaz --- src/routes/products/products.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/routes') 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( <> -

- Hello! -

+ ); } \ No newline at end of file -- cgit v1.2.3