export const routes = [ { path: '', loadChildren: () => import('./index/index.module').then( m => m.IndexModule) } ];