import { MainComponent } from './Main.component'; export const routes = [ { path: '', children: [ { path: '', component: MainComponent} ] } ];