4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
|
import { CreateChatDialogComponent } from './create-chat.dialog.component';
|
||
|
|
||
|
export const DIALOGS = [CreateChatDialogComponent];
|