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