mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-01-09 04:19:13 +00:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
|
import * as React from "react";
|
||
|
export const Button = () => {
|
||
|
return <button>Boop</button>;
|
||
|
};
|