File size: 99 Bytes
1e92f2d |
1 2 3 4 |
export default function Button() {
return <button id="hello-world-button">hello world</button>
}
|
1e92f2d |
1 2 3 4 |
export default function Button() {
return <button id="hello-world-button">hello world</button>
}
|