type Props = { labels: string[] values: string[] } export const StatLine = ({labels, values}: Props) => { return (