next.js/test/production/app-dir/client-components-tree-shaking/app/third-party-dep/page.js
page.js6 lines105 B
import { ClientBar } from 'esm-client-module'

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