diff options
Diffstat (limited to 'client/src/app/+page-not-found')
-rw-r--r-- | client/src/app/+page-not-found/page-not-found.module.ts | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/client/src/app/+page-not-found/page-not-found.module.ts b/client/src/app/+page-not-found/page-not-found.module.ts index ffc1f777d..2e09ab299 100644 --- a/client/src/app/+page-not-found/page-not-found.module.ts +++ b/client/src/app/+page-not-found/page-not-found.module.ts | |||
@@ -1,12 +1,13 @@ | |||
1 | import { CommonModule } from '@angular/common' | ||
1 | import { NgModule } from '@angular/core' | 2 | import { NgModule } from '@angular/core' |
2 | import { SharedModule } from '../shared' | 3 | import { PageNotFoundRoutingModule } from './page-not-found-routing.module' |
3 | import { PageNotFoundComponent } from '@app/+page-not-found/page-not-found.component' | 4 | import { PageNotFoundComponent } from './page-not-found.component' |
4 | import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-routing.module' | ||
5 | 5 | ||
6 | @NgModule({ | 6 | @NgModule({ |
7 | imports: [ | 7 | imports: [ |
8 | PageNotFoundRoutingModule, | 8 | CommonModule, |
9 | SharedModule | 9 | |
10 | PageNotFoundRoutingModule | ||
10 | ], | 11 | ], |
11 | 12 | ||
12 | declarations: [ | 13 | declarations: [ |