diff options
Diffstat (limited to 'client/src/app/+page-not-found')
-rw-r--r-- | client/src/app/+page-not-found/page-not-found-routing.module.ts | 2 | ||||
-rw-r--r-- | client/src/app/+page-not-found/page-not-found.module.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+page-not-found/page-not-found-routing.module.ts b/client/src/app/+page-not-found/page-not-found-routing.module.ts index 43f7d7337..306d2d54d 100644 --- a/client/src/app/+page-not-found/page-not-found-routing.module.ts +++ b/client/src/app/+page-not-found/page-not-found-routing.module.ts | |||
@@ -5,7 +5,7 @@ import { PageNotFoundComponent } from './page-not-found.component' | |||
5 | const pageNotFoundRoutes: Routes = [ | 5 | const pageNotFoundRoutes: Routes = [ |
6 | { | 6 | { |
7 | path: '', | 7 | path: '', |
8 | component: PageNotFoundComponent, | 8 | component: PageNotFoundComponent |
9 | } | 9 | } |
10 | ] | 10 | ] |
11 | 11 | ||
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 bc29d17c4..ffc1f777d 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 | |||
@@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r | |||
10 | ], | 10 | ], |
11 | 11 | ||
12 | declarations: [ | 12 | declarations: [ |
13 | PageNotFoundComponent, | 13 | PageNotFoundComponent |
14 | ], | 14 | ], |
15 | 15 | ||
16 | exports: [ | 16 | exports: [ |