Skip to content

Commit 887c8a0

Browse files
committed
wip
1 parent 87fb4ca commit 887c8a0

2 files changed

Lines changed: 510 additions & 0 deletions

File tree

apps/blocks/src/app/app.routes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export const appRoutes: Route[] = [
66
path: 'dashboard',
77
loadComponent: () => import('./pages/dashboard/dashboard.page'),
88
},
9+
{
10+
path: 'gallery',
11+
loadComponent: () => import('./pages/gallery/gallery.page'),
12+
},
913
{
1014
path: '',
1115
component: MainLayout,

0 commit comments

Comments
 (0)