import { HomeComponent } from './home.component'; export const HomeRoutes: Array = [ { path: '', component: HomeComponent } ];