next.js/test/integration/dedupes-scripts/pages/index.js
index.js10 lines146 B
import dynamic from 'next/dynamic'

const Hello = dynamic(() => import('../components/hello'))

export default () => (
  <>
    <Hello />
  </>
)
Quest for Codev2.0.0
/
SIGN IN