Skip to content

Commit c114cc9

Browse files
committed
feat(app): revert login syntax
1 parent 43bb491 commit c114cc9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/app/app-routing.module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ import { Routes, RouterModule } from '@angular/router';
33
import { AboutModule } from './about';
44

55
import { APP_ENUMS } from './app-routes.enum';
6-
import { LOGIN } from './login.routes';
76

87
enum APP_ENUM {
98
home = 'home',
109
}
1110

1211
export const APP_ROUTES: Routes = [
13-
...LOGIN,
1412
{
1513
path: 'about',
1614
loadChildren: (): Promise<AboutModule> => import('./about/about.module').then((m) => m.AboutModule),

src/app/login.routes.ts

-5
This file was deleted.

0 commit comments

Comments
 (0)