generated from nhcarrigan/template
feat: add manga and shows collections
This commit is contained in:
@@ -21,6 +21,14 @@ export const appRoutes: Route[] = [
|
||||
path: 'art',
|
||||
loadComponent: () => import('./components/art/art-gallery.component').then(m => m.ArtGalleryComponent)
|
||||
},
|
||||
{
|
||||
path: 'shows',
|
||||
loadComponent: () => import('./components/shows/shows-list.component').then(m => m.ShowsListComponent)
|
||||
},
|
||||
{
|
||||
path: 'manga',
|
||||
loadComponent: () => import('./components/manga/manga-list.component').then(m => m.MangaListComponent)
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: ''
|
||||
|
||||
Reference in New Issue
Block a user