114732: Synced the imports of the custom theme with the imports of the base component

This commit is contained in:
Kuno Vercammen
2024-04-26 11:13:22 +02:00
parent 288a9180aa
commit a1fd59f517
22 changed files with 72 additions and 67 deletions

View File

@@ -6,7 +6,10 @@ import {
ChangeDetectionStrategy,
Component,
} from '@angular/core';
import { RouterModule } from '@angular/router';
import {
RouterModule,
RouterOutlet,
} from '@angular/router';
import { TranslateModule } from '@ngx-translate/core';
import { CommunityPageComponent as BaseComponent } from '../../../../app/community-page/community-page.component';
@@ -50,6 +53,7 @@ import { ViewTrackerComponent } from '../../../../app/statistics/angulartics/dsp
AsyncPipe,
ViewTrackerComponent,
VarDirective,
RouterOutlet,
RouterModule,
],
})