diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 49343b6f..9a74f84d 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -7,17 +7,15 @@ interface Props { children?: ReactNode; } -// TODO style button -// TODO transition modal export function Button(props: Props) { return (