From 18550a58e157b991241202a9eb94a80ed6066910 Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Mon, 7 Aug 2023 05:16:00 -0400 Subject: [PATCH] Changes to be committed: modified: client/src/pages/products/index.tsx --- client/src/pages/products/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/products/index.tsx b/client/src/pages/products/index.tsx index 1b41984..0ac3dfe 100644 --- a/client/src/pages/products/index.tsx +++ b/client/src/pages/products/index.tsx @@ -1,8 +1,8 @@ import { Component, For } from "solid-js"; -import Cards from "../../components/cards/Cards"; -import CoreProducts from "../../data/Core-Product"; +// import Cards from "../../components/cards/Cards"; +// import CoreProducts from "../../data/Core-Product"; -const Products: Component<{}> = () => { +const Products = () => { return ( //
//