From c55be86a4df3f69428514a3efafdf08949abda05 Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Mon, 7 Aug 2023 05:03:45 -0400 Subject: [PATCH] Your branch is up to date with 'origin/main'. Changes to be committed: modified: client/src/pages/products/index.tsx --- client/src/pages/products/index.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) 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 = () => {