aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+page-not-found/page-not-found.module.ts')
-rw-r--r--client/src/app/+page-not-found/page-not-found.module.ts11
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 @@
1import { CommonModule } from '@angular/common'
1import { NgModule } from '@angular/core' 2import { NgModule } from '@angular/core'
2import { SharedModule } from '../shared' 3import { PageNotFoundRoutingModule } from './page-not-found-routing.module'
3import { PageNotFoundComponent } from '@app/+page-not-found/page-not-found.component' 4import { PageNotFoundComponent } from './page-not-found.component'
4import { 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: [