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 18550a5 commit 5fe08b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/pages/products/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component, For } from "solid-js";
// import Cards from "../../components/cards/Cards";
// import CoreProducts from "../../data/Core-Product";

const Products = () => {
export default function Products() {
return (
// <div class="mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl">
// <div>
Expand Down Expand Up @@ -692,11 +692,11 @@ const Products = () => {
// </section>
// </main>
// </div>
<h1 class="text-center text-4xl">Fuck you!</h1>
<div>
<h1 class="text-center text-4xl">Fuck you!</h1>
</div>
);
};

export default Products;
}

// export const Banner: Component = () => {
// return (
Expand Down

0 comments on commit 5fe08b8

Please sign in to comment.