Angular - Routing
What is wrong with this routes array?
const routes = [
{ path: '', component: HomeComponent },
{ path: '', component: DashboardComponent }
];