next.js/test/production/app-dir/client-components-tree-shaking/app/cjs-dep/page.js
page.js6 lines115 B
import CjsClientDefault from 'cjs-client-module'

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