♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
reference-tree-shaking
/
app
/
page.js
page.js
6 lines
101 B
import
{ Server }
from
'../library/index.js'
export
default
function
page
()
{
return
<
Server
/>
}
v2.0.0
/
Go
SIGN IN