next.js/examples/hello-world/app/page.tsx
page.tsx4 lines70 B
export default function Page() {
  return <h1>Hello, Next.js!</h1>;
}
Quest for Codev2.0.0
/
SIGN IN