5 lines
231 B
TypeScript
Raw Normal View History

2019-11-28 15:48:36 +09:00
import { ChangePasswordDialogComponent } from './change-password.dialog.component';
import { NoticeDialogComponent } from './notice.dialog.component';
2019-11-28 15:48:36 +09:00
export const DIALOGS = [ChangePasswordDialogComponent, NoticeDialogComponent];