diff --git a/src/app/shared/page-not-found/page-not-found.module.ts b/src/app/shared/page-not-found/page-not-found.module.ts index fd6411f9e..36586272c 100644 --- a/src/app/shared/page-not-found/page-not-found.module.ts +++ b/src/app/shared/page-not-found/page-not-found.module.ts @@ -1,7 +1,7 @@ -import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; -import { PageNotFoundComponent } from './page-not-found.component'; +import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; +import { PageNotFoundComponent } from './page-not-found.component'; @NgModule({ declarations: [PageNotFoundComponent],