aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+page-not-found/page-not-found-routing.module.ts')
-rw-r--r--client/src/app/+page-not-found/page-not-found-routing.module.ts2
1 files changed, 1 insertions, 1 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'
5const pageNotFoundRoutes: Routes = [ 5const pageNotFoundRoutes: Routes = [
6 { 6 {
7 path: '', 7 path: '',
8 component: PageNotFoundComponent, 8 component: PageNotFoundComponent
9 } 9 }
10] 10]
11 11