adjusted aside menu link
This commit is contained in:
@@ -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>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user