♫
📌 canary ▾
next.js
/
test
/
development
/
tsconfig-path-reloading
/
app
/
components
/
button-3.tsx
button-3.tsx
4 lines
85 B
export
function
Button2
(
props
) {
return
<
button
{...
props
}
>third button</
button
>
}
v2.0.0
/
Go
SIGN IN