Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4n97 committed Jan 24, 2021
2 parents e154edb + ebc82ca commit c6c9dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NgModule } from '@angular/core';
import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
import { NotFoundPage } from './@containers/not-found/not-found.page';
import { AuthGuard, NoAuthGuard } from './@core/guards';
import { Path } from './@core/structs';

Expand Down Expand Up @@ -55,6 +56,7 @@ const routes: Routes = [
import('@containers/not-found/not-found.module').then(
(m) => m.NotFoundModule
),
component: NotFoundPage,
},
];

Expand Down

0 comments on commit c6c9dfc

Please sign in to comment.