Evo.Auth/packages/ui/Button.tsx
2022-11-23 12:03:15 +03:00

5 lines
97 B
TypeScript

import * as React from "react";
export const Button = () => {
return <button>Boop</button>;
};