File size: 106 Bytes
1e92f2d | 1 2 3 4 | import dynamic from 'next/dynamic'
const DynamicComponent = dynamic(() => import('../components/hello'))
|
1e92f2d | 1 2 3 4 | import dynamic from 'next/dynamic'
const DynamicComponent = dynamic(() => import('../components/hello'))
|