4 lines
132 B
TypeScript
Raw Normal View History

2019-10-29 09:07:06 +09:00
import { ImageViewerDialogComponent } from './image-viewer.dialog.component';
export const DIALOGS = [ImageViewerDialogComponent];