adjusted aside menu link

This commit is contained in:
victorAnumudu
2024-04-25 10:57:21 +01:00
parent 1ac05cf2e0
commit 29c38f9c1b
22 changed files with 82 additions and 72 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ import {WithChildren} from '../../_digifi/helpers'
import BuilderPageWrapper from '../pages/layout-builder/BuilderPageWrapper'
const PrivateRoutes = () => {
const ProfilePage = lazy(() => import('../modules/profile/ProfilePage'))
const ProcessPage = lazy(() => import('../modules/process/ProcessPage'))
const WizardsPage = lazy(() => import('../modules/wizards/WizardsPage'))
const AccountPage = lazy(() => import('../modules/accounts/AccountPage'))
const WidgetsPage = lazy(() => import('../modules/widgets/WidgetsPage'))
@@ -27,10 +27,10 @@ const PrivateRoutes = () => {
<Route path='menu-test' element={<MenuTestPage />} />
{/* Lazy Modules */}
<Route
path='crafted/pages/profile/*'
path='crafted/pages/process/*'
element={
<SuspensedView>
<ProfilePage />
<ProcessPage />
</SuspensedView>
}
/>