♫
📌 canary ▾
next.js
/
test
/
unit
/
fixtures
/
stub-components
/
hello.js
hello.js
6 lines
89 B
import
React
from
'react'
export
default
function
Hello
()
{
return
<
div
>hello</
div
>
}
v2.0.0
/
Go
SIGN IN