diff --git a/components/GitHubShareButton.tsx b/components/GitHubShareButton.tsx index 4a84d9104f..8b13789179 100644 --- a/components/GitHubShareButton.tsx +++ b/components/GitHubShareButton.tsx @@ -1,48 +1 @@ -import * as React from 'react' -import styles from './styles.module.css' - -export const GitHubShareButton: React.FC = () => { - return ( - - - - ) -}