function DiceGame({ balance, onGameEnd }) { // Existing code... return (

Last Roll Result: {roll}

) } export default DiceGame