This commit is contained in:
Olu Amey
2020-09-12 14:54:26 -04:00
parent 506d2a48d7
commit 05c3b413f4
+1 -1
View File
@@ -17,7 +17,7 @@ const routes: Routes = [
},
{
path: 'about',
loadChildren: () => import('./about/about.module').then( m => m.AboutPageModule)
loadChildren: () => import('./about/about.module').then(m => m.AboutPageModule)
}
];