From afe0aeb202e0a53a8741ea697a3b39083a352534 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Tue, 21 Feb 2023 14:12:44 +0800 Subject: [PATCH] Fixed initial products page --- src/routes/Products/Products.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/Products/Products.tsx b/src/routes/Products/Products.tsx index cfa3e8e..fe1ca3e 100644 --- a/src/routes/Products/Products.tsx +++ b/src/routes/Products/Products.tsx @@ -11,10 +11,6 @@ export default function Products() {

Products

- - -

Beep Boop

-
); }