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