next.js/test/e2e/app-dir/app-external/app/esm-client-ref/page.js
page.js10 lines128 B
import { Hello } from 'client-esm-module'

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