Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed May 31, 2018
1 parent a51bad1 commit a961477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PageNotFoundComponent } from './page-not-found.component'
const pageNotFoundRoutes: Routes = [
{
path: '',
component: PageNotFoundComponent,
component: PageNotFoundComponent
}
]

Expand Down
2 changes: 1 addition & 1 deletion client/src/app/+page-not-found/page-not-found.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r
],

declarations: [
PageNotFoundComponent,
PageNotFoundComponent
],

exports: [
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader {
deps: [ ServerService ]
}),

AppRoutingModule, // Put it after all the module because it has the 404 route
AppRoutingModule // Put it after all the module because it has the 404 route
],
providers: [ ]
})
Expand Down

0 comments on commit a961477

Please sign in to comment.