monitor-dashboard/src/app/admin-tool/helpTexts/page-help-contents.module.ts

13 lines
452 B
TypeScript

import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {PageHelpContentsRoutingModule} from './page-help-contents-routing.module';
import {PageHelpContentsModule} from "../../openaireLibrary/dashboard/helpTexts/page-help-contents.module";
@NgModule({
imports: [
CommonModule, PageHelpContentsRoutingModule, PageHelpContentsModule
],
providers: [],
})
export class MonitorPageHelpContentsModule { }