Skip to content

Commit 20b6302

Browse files
committed
Revert last commit
1 parent ac81487 commit 20b6302

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ui/src/app/app.routes.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
import { Route } from '@angular/router';
2-
import { HomeComponent } from './home.component';
32

4-
export const appRoutes: Route[] = [
5-
{ path: '', component: HomeComponent },
6-
{ path: '**', redirectTo: '' }
7-
];
3+
export const appRoutes: Route[] = [];

0 commit comments

Comments
 (0)