diff --git a/src/app/modules/app-routing.module.ts b/src/app/modules/app-routing.module.ts index 0aaa34f..d468c51 100644 --- a/src/app/modules/app-routing.module.ts +++ b/src/app/modules/app-routing.module.ts @@ -12,7 +12,7 @@ const routes: Routes = [ component: PlaygroundComponent, }, { - path: '', + path: 'main', loadChildren: () => MainRoutingModule, }, { @@ -24,7 +24,7 @@ const routes: Routes = [ component: SignInComponent, }, { - path: 'loading', + path: '', component: LoadingScreenComponent, }, ];