import styles from '../styles/Author.module.css'; export default function Author(props) { return (
Author: {props.children}
) }