[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 { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { SharedModule } from '../shared/shared.module';
import { CommunityListPageComponent } from './community-list-page.component';
import { CommunityListPageRoutingModule } from './community-list-page.routing.module';
import { CommunityListComponent } from './community-list/community-list.component';
@@ -21,7 +20,6 @@ const DECLARATIONS = [
@NgModule({
imports: [
CommonModule,
SharedModule,
CommunityListPageRoutingModule,
CdkTreeModule,
...DECLARATIONS