Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   client/src/pages/products/index.tsx
  • Loading branch information
Thith-thith committed Aug 7, 2023
1 parent 7e94a53 commit 18550a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/pages/products/index.tsx
Original file line number Diff line number Diff line change
@@ -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 (
// <div class="mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl">
// <div>
Expand Down

0 comments on commit 18550a5

Please sign in to comment.