WIP/ Feature :Register wizard coding style

This commit is contained in:
elforjani3
2020-10-07 19:58:43 +02:00
parent be6cb9c0e4
commit b6a8385adc
14 changed files with 843 additions and 70 deletions

View File

@@ -12,7 +12,7 @@ export default [
{
path: `${BASE_URL}/register`,
component: LazyLoader({
loader: () => import('containers/Authentication/Register'),
loader: () => import('containers/Authentication/Register'),
}),
},
{
@@ -33,4 +33,10 @@ export default [
loader: () => import('containers/Authentication/InviteAccept'),
}),
},
{
path: `${BASE_URL}/wizard`,
component: LazyLoader({
loader: () => import('containers/Authentication/RegisterWizardPage'),
}),
},
];