blob: 60e209a9d3a0db8f4682f8bfebd08bb7a22eac5d [file] [log] [blame]
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { MessagingRoutingModule } from './messaging-routing.module';
import { MessagingComponent } from './messaging.component';
import { PleSharedMaterialModule } from '../ple-shared-material/ple-shared-material.module';
@NgModule({
declarations: [MessagingComponent],
imports: [
CommonModule,
PleSharedMaterialModule,
MessagingRoutingModule,
]
})
export class MessagingModule { }