We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fb4ca commit 887c8a0Copy full SHA for 887c8a0
2 files changed
apps/blocks/src/app/app.routes.ts
@@ -6,6 +6,10 @@ export const appRoutes: Route[] = [
6
path: 'dashboard',
7
loadComponent: () => import('./pages/dashboard/dashboard.page'),
8
},
9
+ {
10
+ path: 'gallery',
11
+ loadComponent: () => import('./pages/gallery/gallery.page'),
12
+ },
13
{
14
path: '',
15
component: MainLayout,
0 commit comments