Add history page
This commit is contained in:
@@ -40,6 +40,10 @@ export const routes: Routes = [
|
||||
{
|
||||
path: 'privacy',
|
||||
loadComponent: () => import('./privacy/privacy.component').then(m => m.PrivacyComponent)
|
||||
},
|
||||
{
|
||||
path: 'bans',
|
||||
loadComponent: () => import('./bans/bans.component').then(m => m.BansComponent)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user