From 5b960ed297076e41a5a9c5bbeeb125422e04866b Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Tue, 25 Oct 2022 13:40:40 +0300 Subject: [PATCH] enable new design loading by default --- src/app/modules/app-routing.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/modules/app-routing.module.ts b/src/app/modules/app-routing.module.ts index 73b7b0e..4493795 100644 --- a/src/app/modules/app-routing.module.ts +++ b/src/app/modules/app-routing.module.ts @@ -8,11 +8,11 @@ import { SignInComponent } from '../components/sign-in/sign-in.component'; const routes: Routes = [ { - path: '', + path: 'playground', component: PlaygroundComponent, }, { - path: 'main', + path: '', loadChildren: () => MainRoutingModule }, {