import styles from './style.module.scss'; export default async function Fanfare(props) { return (

{props.name}

{props.location}
); }