felia/packages/ui/Button.tsx

5 lines
97 B
TypeScript
Raw Permalink Normal View History

2022-11-15 17:03:19 +00:00
import * as React from "react";
export const Button = () => {
return <button>Boop</button>;
};