import { Flex, Button, ActionIcon, Group } from '@mantine/core' import { IconBrandGithub, IconBook } from '@tabler/icons-react' import ThemeBtn from '../theme-btn' import { Link } from 'tuono' export default function Actions(): JSX.Element { return ( ) }