From c725afb2ee76b1c455b95d577f2845f99775e3fa Mon Sep 17 00:00:00 2001 From: pawan-dot <71133473+pawan-dot@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:39:22 +0530 Subject: [PATCH] first commit --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 69e3c8d..52538b8 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ const loading = (
) -// import EditProducts from './views/Commerce/Editproducts' + // Containers const DefaultLayout = React.lazy(() => import('./layout/DefaultLayout'))