From ac5886e302c34deb135a36bd06280e6f652de0b2 Mon Sep 17 00:00:00 2001 From: FuGuiLiu <63985387+FuGuiLiu@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:42:26 +0800 Subject: [PATCH] Update GitHubShareButton.tsx --- components/GitHubShareButton.tsx | 47 -------------------------------- 1 file changed, 47 deletions(-) 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 ( - - - - ) -}