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