diff options
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index 3ea5b7e5e..57e485e8e 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -14,6 +14,10 @@ const routes: Routes = [ | |||
14 | loadChildren: () => import('./+admin/admin.module').then(m => m.AdminModule) | 14 | loadChildren: () => import('./+admin/admin.module').then(m => m.AdminModule) |
15 | }, | 15 | }, |
16 | { | 16 | { |
17 | path: 'home', | ||
18 | loadChildren: () => import('./+home/home.module').then(m => m.HomeModule) | ||
19 | }, | ||
20 | { | ||
17 | path: 'my-account', | 21 | path: 'my-account', |
18 | loadChildren: () => import('./+my-account/my-account.module').then(m => m.MyAccountModule) | 22 | loadChildren: () => import('./+my-account/my-account.module').then(m => m.MyAccountModule) |
19 | }, | 23 | }, |