Jon Taylor
added bot logic back
a3e20c4
raw
history blame
87 Bytes
export default function Button({ children }) {
return <button>{children}</button>;
}