next.js/test/e2e/app-dir/app-external/app/wildcard/page.js
page.js6 lines104 B
import { Foo } from 'client-esm-module-wildcard-2'

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