feat: Company branding preferences

This commit is contained in:
Ahmed Bouhuolia
2024-09-28 14:47:59 +02:00
parent b9506424d1
commit c5d7a2bfd8
8 changed files with 244 additions and 1 deletions

View File

@@ -9,6 +9,11 @@ export const getPreferenceRoutes = () => [
component: lazy(() => import('@/containers/Preferences/General/General')),
exact: true,
},
{
path: `${BASE_URL}/branding`,
component: lazy(() => import('../containers/Preferences/Branding/PreferencesBrandingPage')),
exact: true,
},
{
path: `${BASE_URL}/users`,
component: lazy(() => import('../containers/Preferences/Users/Users')),