// @flow import React from 'react'; import { getContactHref } from '../../../utils'; import styles from './Author.module.scss'; import { useSiteMetadata } from '../../../hooks'; const Author = () => { const { author } = useSiteMetadata(); return (
{author.bio} {author.name} on Twitter