mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-08 17:04:29 +01:00
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
|
|
import { lazyModal } from 'src/utils/helperFunctions';
|
|
|
|
export const { LazyComponent: InsertLinkModal } = lazyModal(() => import('./InsertLinkModal')) |