Removing a typo

This commit is contained in:
2023-03-15 15:16:09 +01:00
parent 7bebc05e08
commit b3566b39b8

View File

@@ -6,7 +6,7 @@ import { ListComponent } from "./list/list.component";
const routes: Routes = [
{ path: '', component: ListComponent },
{ path: ':id', component: CardComponent },
];;
];
@NgModule({
imports: [RouterModule.forChild(routes)],