[DURACOM-191] remove SharedModule

This commit is contained in:
Andrea Barbasso
2024-01-09 09:23:20 +01:00
parent 031e12f76b
commit ac366bcc54
109 changed files with 271 additions and 755 deletions

View File

@@ -9,7 +9,6 @@ import { ExpandableNavbarSectionComponent } from './expandable-navbar-section/ex
import { ThemedExpandableNavbarSectionComponent } from './expandable-navbar-section/themed-expandable-navbar-section.component';
import { NavbarComponent } from './navbar.component';
import { MenuModule } from '../shared/menu/menu.module';
import { SharedModule } from '../shared/shared.module';
import { FormsModule } from '@angular/forms';
import { ThemedNavbarComponent } from './themed-navbar.component';
@@ -27,7 +26,6 @@ const ENTRY_COMPONENTS = [
@NgModule({
imports: [
CommonModule,
SharedModule,
MenuModule,
FormsModule,
EffectsModule.forFeature(effects),