[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

@@ -1,6 +1,5 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SharedModule } from '../shared/shared.module';
import { EndUserAgreementComponent } from './end-user-agreement/end-user-agreement.component';
import { InfoRoutingModule } from './info-routing.module';
import { EndUserAgreementContentComponent } from './end-user-agreement/end-user-agreement-content/end-user-agreement-content.component';
@@ -31,7 +30,6 @@ const DECLARATIONS = [
@NgModule({
imports: [
CommonModule,
SharedModule,
InfoRoutingModule,
...DECLARATIONS
],