import React, { ReactElement } from 'react' import { Link } from 'gatsby' import * as stylesMore from './More.module.css' import * as styles from './LinkActions.module.css' import Icon from '../../atoms/Icon' const PostLinkActions = ({ linkurl, slug }: { linkurl?: string slug: string }): ReactElement => ( ) export default PostLinkActions