Files
internship_node/day20/src/components/MkdDebounceInput/index.js
T
2025-07-23 23:25:19 +01:00

5 lines
177 B
JavaScript

import { lazy } from 'react'
export const MkdDebounceInput = lazy(()=> import("./MkdDebounceInput"))