2019-10-17 09:18:55 +09:00
|
|
|
import { CreateChatDialogComponent } from './create-chat.dialog.component';
|
2019-11-06 13:58:56 +09:00
|
|
|
import { EditChatRoomDialogComponent } from './edit-chat-room.dialog.component';
|
2019-11-20 10:29:49 +09:00
|
|
|
import { MassDetailComponent } from './mass-detail.component';
|
2019-10-17 09:18:55 +09:00
|
|
|
|
2019-11-20 10:29:49 +09:00
|
|
|
export const DIALOGS = [
|
|
|
|
CreateChatDialogComponent,
|
|
|
|
EditChatRoomDialogComponent,
|
|
|
|
MassDetailComponent
|
|
|
|
];
|