enable new design loading by default

This commit is contained in:
cyber-dream 2022-10-25 13:40:40 +03:00
parent 2796479ac0
commit 5b960ed297

View File

@ -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
},
{