next.js/test/e2e/app-dir/dynamic/app/chunk-loading/comp.js
comp.js6 lines69 B
'use client'

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