const routes: Routes = [
  {
    path: 'test',
    loadChildren: () => import('./test/test.module').then(_ => _.TestModule)
  }