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