diff --git a/client/src/pages/products/index.tsx b/client/src/pages/products/index.tsx index 9890a11..9e206c1 100644 --- a/client/src/pages/products/index.tsx +++ b/client/src/pages/products/index.tsx @@ -1,15 +1,8 @@ -import { Component, For, Show, createResource } from "solid-js"; +import { Component, For } from "solid-js"; import Cards from "../../components/cards/Cards"; import CoreProducts from "../../data/Core-Product"; const Products: Component<{}> = () => { - // const fetchData = async () => { - // const res = await fetch("https://cptdb.koompi.com/CoreProducts"); - // return res.json(); - // }; - - // const [allProducts] = createResource(fetchData); - return (
@@ -718,17 +711,13 @@ export const Banner: Component = () => {

- +

- Game Console + RIBBON

Save Upto 30% @@ -736,9 +725,9 @@ export const Banner: Component = () => {