mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-31 20:24:24 +01:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
|
|
import { lazyModal } from 'src/utils/helperFunctions';
|
|
|
|
export const { LazyComponent: InsertImageModal } = lazyModal(() => import('./InsertImageModal')) |