update layout ui
This commit is contained in:
parent
17ad8486a6
commit
51ba80406a
9 changed files with 143 additions and 41 deletions
|
|
@ -65,12 +65,16 @@ const routes: Routes = [
|
|||
),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
{
|
||||
path: 'log',
|
||||
loadComponent: () =>
|
||||
import('./features/changelog/changelog.component').then(
|
||||
(m) => m.ChangelogComponent
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'log',
|
||||
loadComponent: () => import('./features/changelog/changelog.component').then((m) => m.ChangelogComponent),
|
||||
},
|
||||
|
||||
{
|
||||
path: '**',
|
||||
pathMatch: 'full',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue