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' && } + + } + /> + +