4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import { ImageViewerDialogComponent } from './image-viewer.dialog.component';
|
|
|
|
export const DIALOGS = [ImageViewerDialogComponent];
|