diff --git a/website/src/Button.tsx b/website/src/Button.tsx index 1ed1b67..0a77c78 100644 --- a/website/src/Button.tsx +++ b/website/src/Button.tsx @@ -1,5 +1,3 @@ -import React from 'react' - function Button(props: { label: string, handleClick: () => void, customClassName?: string }) { const className = props.customClassName || ''; return (