♫
📌 canary ▾
next.js
/
test
/
integration
/
chunking
/
components
/
one.js
one.js
6 lines
104 B
import
rd
from
'react-dom'
export
default
()
=>
{
console.
log
(rd)
return
<
div
>Component One</
div
>
}
v2.0.0
/
Go
SIGN IN