4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
|
import { CreateGroupDialogComponent } from './create-group.dialog.component';
|
||
|
|
||
|
export const DIALOGS = [CreateGroupDialogComponent];
|