Uncomment routes

This commit is contained in:
Simon Hanna 2018-08-20 01:04:00 +02:00
parent 7647b98437
commit d521878755
1 changed files with 8 additions and 8 deletions

View File

@ -21,14 +21,14 @@ component: OpenLPServiceComponent
path: 'slides',
component: OpenLPSlidesComponent
},
// {
// path: 'alerts',
// component: OpenLPAlertComponent
// },
// {
// path: 'search',
// component: OpenLPSearchComponent
// }
{
path: 'alerts',
component: OpenLPAlertComponent
},
{
path: 'search',
component: OpenLPSearchComponent
}
];
@NgModule({
imports: [RouterModule.forRoot(routes)],