import { AboutComponent } from './about.component'; export const AboutRoutes: Array = [ { path: 'about', component: AboutComponent } ];