chore: add new forniture page
This commit is contained in:
		| @@ -7,6 +7,7 @@ import MenuDrawerPrivate, { OPEN_WIDTH, MINI_WIDTH } from './components/MenuDraw | ||||
| import Footer from './components/Footer'; | ||||
| import Dashboard from './private/dashboard/Dashboard'; | ||||
| import UserManagement from './private/users/UserManagement'; | ||||
| import FurnitureVariantManagement from './private/fornitures/FurnitureVariantManagement'; | ||||
| import LoginPage from './private/LoginPage'; | ||||
| import { Routes, Route, Navigate } from 'react-router-dom'; | ||||
| import { useAuth } from './context/AuthContext'; | ||||
| @@ -66,6 +67,7 @@ export default function App() { | ||||
|               <PrivateRoute> | ||||
|                 {zone === 'public' && currentView === 'Dashboard' && <Dashboard />} | ||||
|                 {zone === 'public' && currentView === '/Users/UserManagement' && <UserManagement />} | ||||
|                 {zone === 'public' && currentView === '/ProductsManagement/CatalogManagement/ProductCollections' && <FurnitureVariantManagement />} | ||||
|               </PrivateRoute> | ||||
|             } | ||||
|           /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo Ruiz
					Rodolfo Ruiz