export const Guess = ({ prediction, setPrediction }: Props) => { return ( <> setPrediction(prediction)} />