leejinho ac76cbb1c3 [대상향]
개인정보처리방침 > 이용 주의사항 으로 변경처리
2019-12-15 14:49:52 +09:00

5 lines
231 B
TypeScript

import { ChangePasswordDialogComponent } from './change-password.dialog.component';
import { NoticeDialogComponent } from './notice.dialog.component';
export const DIALOGS = [ChangePasswordDialogComponent, NoticeDialogComponent];