Merge conflict fix.

This commit is contained in:
softsimon
2022-05-24 18:40:59 +04:00
parent 473cb55dc4
commit b87308e14f
2 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ import { AssetsFeaturedComponent } from './components/assets/assets-featured/ass
import { AssetsComponent } from './components/assets/assets.component';
import { AssetComponent } from './components/asset/asset.component';
import { AssetsNavComponent } from './components/assets/assets-nav/assets-nav.component';
import { LightningDashboardComponent } from './lightning/lightning-dashboard/lightning-dashboard.component';
let routes: Routes = [
{
@@ -99,7 +98,6 @@ let routes: Routes = [
},
{
path: 'lightning',
component: LightningDashboardComponent,
loadChildren: () => import('./lightning/lightning.module').then(m => m.LightningModule)
},
],
@@ -194,7 +192,6 @@ let routes: Routes = [
},
{
path: 'lightning',
component: LightningDashboardComponent,
loadChildren: () => import('./lightning/lightning.module').then(m => m.LightningModule)
},
],
@@ -286,7 +283,6 @@ let routes: Routes = [
},
{
path: 'lightning',
component: LightningDashboardComponent,
loadChildren: () => import('./lightning/lightning.module').then(m => m.LightningModule)
},
],