[DURACOM-191] change routing for home-page, delete home-page.module.ts

This commit is contained in:
Andrea Barbasso
2024-01-10 09:46:03 +01:00
parent ba3bea812b
commit 6e70aad7b8
6 changed files with 37 additions and 88 deletions

View File

@@ -20,7 +20,6 @@ import { StatisticsModule } from '../../app/statistics/statistics.module';
import { StoreModule } from '@ngrx/store';
import { StoreRouterConnectingModule } from '@ngrx/router-store';
import { TranslateModule } from '@ngx-translate/core';
import { HomePageModule } from '../../app/home-page/home-page.module';
import { AppModule } from '../../app/app.module';
import { ItemPageModule } from '../../app/item-page/item-page.module';
import { RouterModule } from '@angular/router';
@@ -283,7 +282,6 @@ const DECLARATIONS = [
EditItemPageModule,
ItemVersionsModule,
FormsModule,
HomePageModule,
HttpClientModule,
IdlePreloadModule,
InfoModule,