From 05c3b413f48003c8d7f33727b771fb6473ea61ca Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sat, 12 Sep 2020 14:54:26 -0400 Subject: [PATCH] fix --- src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 29e42e1..8227aaf 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -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) } ];