♫
📌 canary ▾
next.js
/
test
/
production
/
custom-server
/
app
/
1
/
page.js
page.js
6 lines
103 B
import
{ version }
from
'react'
export
default
function
Page
()
{
return
<
div
>app:
{
version
}
</
div
>
}
v2.0.0
/
Go
SIGN IN