Skip to content

Commit bd6a0f7

Browse files
committed
refactor(agenda) undo comment route
1 parent 0144a6d commit bd6a0f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/agenda/examples-todo/src/agenda/agenda.routes.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Routes } from '@angular/router';
33
import { AgendaDemoPageComponent } from './pages/demo/demo.page';
44

55
export const AGENDA_EXAMPLES_ROUTES: Routes = [
6-
// {
7-
// path: '',
8-
// component: AgendaDemoPageComponent,
9-
// pathMatch: 'full',
10-
// },
6+
{
7+
path: '',
8+
component: AgendaDemoPageComponent,
9+
pathMatch: 'full',
10+
},
1111
];

0 commit comments

Comments
 (0)