feat: user activation and emails
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
type ButtonProps = {
|
||||
label: string;
|
||||
onClick: () => void;
|
||||
};
|
||||
|
||||
export const Button = ({ label, onClick }: ButtonProps) => (
|
||||
<button onClick={onClick} key={1} className="overflow-hidden rounded-md">
|
||||
<h1>{label}</h1>
|
||||
</button>
|
||||
);
|
||||
Reference in New Issue
Block a user