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