cirosantilli/nodejs/next/hello-world/pages/index.js

nodejs/next/hello-world/pages/index.js
export default function IndexPage() {
  return <div>hello world</div>
}