From 78a7d5ac4a58f8e1be72df6e1471751edf51bdc3 Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Mon, 7 Aug 2023 05:12:53 -0400 Subject: [PATCH] Changes to be committed: modified: client/src/App.tsx --- client/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index c46d969..f026469 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -8,7 +8,7 @@ import Footer from "./components/layouts/Footer"; import Contact from "./pages/contact"; import Cart from "./pages/cart"; import ProductDetail from "./pages/products/details"; -import Products from "./pages/products"; +import Products from "./pages/products/index"; import News from "./pages/news"; import SinglePageNews from "./pages/news/singlePage"; import Favorite from "./pages/favorite"; @@ -23,7 +23,7 @@ const App: Component = () => { - +