♫
📌 canary ▾
next.js
/
test
/
development
/
jsconfig-path-reloading
/
app
/
components
/
button-1.js
button-1.js
4 lines
85 B
export
function
Button1
(
props
) {
return
<
button
{...
props
}
>first button</
button
>
}
v2.0.0
/
Go
SIGN IN