chore: remove ApplicationLayoutComponent from home-routing.module

pull/4423/head
mehmet-erim 5 years ago
parent 7634aaf74b
commit 6395a6c65b

@ -1,12 +1,10 @@
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { HomeComponent } from './home.component';
import { ApplicationLayoutComponent } from '@abp/ng.theme.basic';
const routes: Routes = [
{
path: '',
component: ApplicationLayoutComponent,
children: [{ path: '', component: HomeComponent }],
},
];

Loading…
Cancel
Save