diff --git a/src/ui/component/common/help-link.jsx b/src/ui/component/common/help-link.jsx deleted file mode 100644 index 867288f1e..000000000 --- a/src/ui/component/common/help-link.jsx +++ /dev/null @@ -1,13 +0,0 @@ -// @flow -import * as ICONS from 'constants/icons'; -import React from 'react'; -import Button from 'component/button'; - -type Props = { - href: string, -}; - -export default function HelpLink(props: Props) { - const { href } = props; - return