diff --git a/client/src/pages/products/index.tsx b/client/src/pages/products/index.tsx index 0ac3dfe..f7e6e09 100644 --- a/client/src/pages/products/index.tsx +++ b/client/src/pages/products/index.tsx @@ -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 ( //
//
@@ -692,11 +692,11 @@ const Products = () => { // // //
-

Fuck you!

+
+

Fuck you!

+
); -}; - -export default Products; +} // export const Banner: Component = () => { // return (