import styles from '../styles/Transcript.module.css'; export default function Transcript(props: { latestText: string }) { return (
{props.latestText}