next.js/test/e2e/app-dir/rsc-basic/app/async-client/lazy/page.js
page.js8 lines133 B
import { lazy } from 'react'

const Client = lazy(() => import('../client'))

export default function Page() {
  return <Client />
}
Quest for Codev2.0.0
/
SIGN IN