import type { Author } from '../../graphql/types.gen' import { AuthorCard } from './Card' import './Full.scss' export default (props: { author: Author }) => { return ( <>
) }