4 lines
132 B
TypeScript
Raw Normal View History

2019-10-08 09:18:40 +09:00
import { CreateGroupDialogComponent } from './create-group.dialog.component';
export const DIALOGS = [CreateGroupDialogComponent];