From 7a6ac15aad742cf43c96a1bd17186ad822689313 Mon Sep 17 00:00:00 2001 From: Rodolfo Ruiz Date: Mon, 4 Aug 2025 20:37:07 -0600 Subject: [PATCH] chore: remove unneed code --- src/App.jsx | 48 +++++++++++++++------------------------ src/main.jsx | 6 ++--- src/private/LoginPage.jsx | 38 +++++++++++++++---------------- 3 files changed, 40 insertions(+), 52 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index a1804c1..d20c568 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -35,39 +35,27 @@ function App() { setCurrentView(view)} /> - {/* Main content area */} - {/* - {zone === 'private' && } - {zone === 'restricted' && } - - {zone === 'public' && currentView === 'Products' && } - {zone === 'public' && currentView === 'Clients' && } - {zone === 'public' && currentView === 'Providers' && } - {zone === 'public' && currentView === 'Categories' && } - {zone === 'public' && currentView === 'Admin' && } - */} - - - } /> + + } /> - - {zone === 'private' && } - {zone === 'restricted' && } + + {zone === 'private' && } + {zone === 'restricted' && } - {zone === 'public' && currentView === 'Products' && } - {zone === 'public' && currentView === 'Clients' && } - {zone === 'public' && currentView === 'Providers' && } - {zone === 'public' && currentView === 'Categories' && } - {zone === 'public' && currentView === 'Admin' && } - - } - /> - - + {zone === 'public' && currentView === 'Products' && } + {zone === 'public' && currentView === 'Clients' && } + {zone === 'public' && currentView === 'Providers' && } + {zone === 'public' && currentView === 'Categories' && } + {zone === 'public' && currentView === 'Admin' && } + + } + /> + +