From 5fe08b869baf998aea8502e32537f2a03fb848af Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Mon, 7 Aug 2023 05:17:56 -0400 Subject: [PATCH] Changes to be committed: modified: client/src/pages/products/index.tsx --- client/src/pages/products/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/pages/products/index.tsx b/client/src/pages/products/index.tsx index 0ac3dfe..f7e6e09 100644 --- a/client/src/pages/products/index.tsx +++ b/client/src/pages/products/index.tsx @@ -2,7 +2,7 @@ import { Component, For } from "solid-js"; // import Cards from "../../components/cards/Cards"; // import CoreProducts from "../../data/Core-Product"; -const Products = () => { +export default function Products() { return ( //
//
@@ -692,11 +692,11 @@ const Products = () => { // // //
-

Fuck you!

+
+

Fuck you!

+
); -}; - -export default Products; +} // export const Banner: Component = () => { // return (