diff --git a/app/components/ButtonLink.tsx b/app/components/ButtonLink.tsx index 4d3463928..1bb65ac62 100644 --- a/app/components/ButtonLink.tsx +++ b/app/components/ButtonLink.tsx @@ -1,17 +1,6 @@ -import * as React from "react"; import styled from "styled-components"; -type Props = { - onClick?: React.MouseEventHandler; -}; - -const ButtonLink: React.FC = React.forwardRef( - (props: Props, ref: React.Ref) => { - return