import { MiniCompletedRow } from './MiniCompletedRow' type Props = { guesses: string[] } export const MiniGrid = ({ guesses }: Props) => { return (