diff --git a/src/_digifi/layout/components/header/Navbar.tsx b/src/_digifi/layout/components/header/Navbar.tsx
index 2389589..7ae4ab8 100644
--- a/src/_digifi/layout/components/header/Navbar.tsx
+++ b/src/_digifi/layout/components/header/Navbar.tsx
@@ -13,17 +13,17 @@ const Navbar = () => {
const {config} = useLayout()
return (
-
*/}
-
*/}
-
*/}
-
*/}
diff --git a/src/_digifi/layout/components/toolbar/toolbars/ToolbarClassic.tsx b/src/_digifi/layout/components/toolbar/toolbars/ToolbarClassic.tsx
index 10906fc..d034202 100644
--- a/src/_digifi/layout/components/toolbar/toolbars/ToolbarClassic.tsx
+++ b/src/_digifi/layout/components/toolbar/toolbars/ToolbarClassic.tsx
@@ -49,7 +49,7 @@ const ToolbarClassic = () => {
)}
- {config.app?.toolbar?.primaryButton && (
+ {/* {config.app?.toolbar?.primaryButton && (
setShowCreateAppModal(true)}
@@ -57,7 +57,7 @@ const ToolbarClassic = () => {
>
Create
- )}
+ )} */}
setShowCreateAppModal(false)} />
)
diff --git a/src/app/modules/apps/user-management/users-list/components/header/UserListToolbar.tsx b/src/app/modules/apps/user-management/users-list/components/header/UserListToolbar.tsx
index bf378fe..e86343b 100644
--- a/src/app/modules/apps/user-management/users-list/components/header/UserListToolbar.tsx
+++ b/src/app/modules/apps/user-management/users-list/components/header/UserListToolbar.tsx
@@ -13,17 +13,17 @@ const UsersListToolbar = () => {
{/* begin::Export */}
-
*/}
{/* end::Export */}
{/* begin::Add user */}
-
+ {/*
Add User
-
+ */}
{/* end::Add user */}
)
diff --git a/src/app/routing/PrivateRoutes.tsx b/src/app/routing/PrivateRoutes.tsx
index b96c6bb..a8f1952 100644
--- a/src/app/routing/PrivateRoutes.tsx
+++ b/src/app/routing/PrivateRoutes.tsx
@@ -3,17 +3,17 @@ import {Route, Routes, Navigate} from 'react-router-dom'
import {MasterLayout} from '../../_digifi/layout/MasterLayout'
import TopBarProgress from 'react-topbar-progress-indicator'
import {DashboardWrapper} from '../pages/dashboard/DashboardWrapper'
-import {MenuTestPage} from '../pages/MenuTestPage'
+// import {MenuTestPage} from '../pages/MenuTestPage'
import {getCSSVariableValue} from '../../_digifi/assets/ts/_utils'
import {WithChildren} from '../../_digifi/helpers'
-import BuilderPageWrapper from '../pages/layout-builder/BuilderPageWrapper'
+// import BuilderPageWrapper from '../pages/layout-builder/BuilderPageWrapper'
const PrivateRoutes = () => {
+ // const WizardsPage = lazy(() => import('../modules/wizards/WizardsPage'))
+ // const AccountPage = lazy(() => import('../modules/accounts/AccountPage'))
+ // const WidgetsPage = lazy(() => import('../modules/widgets/WidgetsPage'))
+ // const ChatPage = lazy(() => import('../modules/apps/chat/ChatPage'))
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'))
- const ChatPage = lazy(() => import('../modules/apps/chat/ChatPage'))
const UsersPage = lazy(() => import('../modules/apps/user-management/UsersPage'))
return (
@@ -23,8 +23,8 @@ const PrivateRoutes = () => {