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

{props.title}

); }