♫
📌 canary ▾
next.js
/
test
/
development
/
basic
/
barrel-optimization
/
fixture
/
app
/
client-boundary
/
page.js
page.js
6 lines
95 B
import
{ Button }
from
'my-client-lib'
export
default
function
Page
()
{
return
<
Button
/>
}
v2.0.0
/
Go
SIGN IN