♫
📌 canary ▾
next.js
/
test
/
production
/
standalone-mode
/
tracing-side-effects-false
/
app
/
page.js
page.js
6 lines
92 B
import
getValue
from
'foo'
export
default
function
Page
()
{
return
<
p
>
{
getValue
()
}
</
p
>
}
v2.0.0
/
Go
SIGN IN