import { GithubLogo, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, } from '@liam-hq/ui' import type { FC } from 'react' import styles from './GithubButton.module.css' export const GithubButton: FC = () => { return ( Go to Github ) }