// Success screen + Root App router function Success({ order, onRestart }) { React.useEffect(() => { window.Sound?.playGoal(); }, []); const ref = 'C26-' + Math.floor(Math.random() * 90000 + 10000); return (