Newer
Older
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { PostfachModule } from './postfach/postfach.module';
import { TechSharedModule } from '@alfa-client/tech-shared';
@NgModule({
imports: [CommonModule, TechSharedModule],
exports: [PostfachModule],
})
export class AdminSettingsModule {}