♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
metadata-base-warning
/
app
/
page.tsx
page.tsx
8 lines
98 B
export
default
function
Home
()
{
return
(
<
div
>
<
h1
>Hello World</
h1
>
</
div
>
)
}
v2.0.0
/
Go
SIGN IN