style: linting and formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
interface ButtonProps {
|
||||
type ButtonProps = {
|
||||
label: string;
|
||||
onClick: () => void;
|
||||
}
|
||||
};
|
||||
|
||||
export const Button = ({ label, onClick }: ButtonProps) => (
|
||||
<button onClick={onClick} key={1} className="overflow-hidden rounded-md">
|
||||
|
||||
Reference in New Issue
Block a user