♫
📌 canary ▾
next.js
/
examples
/
hello-world
/
app
/
page.tsx
page.tsx
4 lines
70 B
export
default
function
Page
()
{
return
<
h1
>Hello, Next.js!</
h1
>;
}
v2.0.0
/
Go
SIGN IN