♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-a11y
/
app
/
page-with-h1
/
page.js
page.js
8 lines
99 B
export
default
function
Page
()
{
return
(
<
div
>
<
h1
>page-with-h1</
h1
>
</
div
>
)
}
v2.0.0
/
Go
SIGN IN