Skip to content

Commit 8de9a80

Browse files
dietergoetelenkatallaxie
authored andcommitted
Chore(routing): removed unused RouterModule import (PatrickJS#1384)
1 parent 3748c83 commit 8de9a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Routes, RouterModule } from '@angular/router';
1+
import { Routes } from '@angular/router';
22
import { HomeComponent } from './home';
33
import { AboutComponent } from './about';
44
import { NoContentComponent } from './no-content';

0 commit comments

Comments
 (0)