From e600edac6c5f128470d5697c0881d18b9c1dbadc Mon Sep 17 00:00:00 2001 From: itsAka12 Date: Tue, 9 Sep 2025 12:52:12 +0530 Subject: [PATCH] Fix redundant nested product route --- e-commerce-frontend/src/App.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e-commerce-frontend/src/App.js b/e-commerce-frontend/src/App.js index 18b330d..04ab55a 100644 --- a/e-commerce-frontend/src/App.js +++ b/e-commerce-frontend/src/App.js @@ -21,9 +21,7 @@ function App() { } /> } /> } /> - }> - } /> - + } /> } /> } />