♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-external
/
app
/
client-dep
/
page.js
page.js
10 lines
119 B
import
Foo
from
'client-module'
export
default
function
Index
()
{
return
(
<
div
>
<
Foo
/>
</
div
>
)
}
v2.0.0
/
Go
SIGN IN