mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 12:50:35 +00:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import * as React from "react";
|
|
export const Button = () => {
|
|
return <button>Boop</button>;
|
|
};
|