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 ( //
//