import React from 'react' import styles from './styles.module.css' export const GitHubShareButton: React.FC = () => { return ( ) }