create-guilded-bot/packages/ui/Button.tsx

5 lines
97 B
TypeScript
Raw Normal View History

2022-11-18 08:30:40 +00:00
import * as React from "react";
export const Button = () => {
return <button>Boop</button>;
};