top of page
File- My-Mom-is-Impregnated-by-A-Delinquent-Eng...

File- My-mom-is-impregnated-by-a-delinquent-eng... -

return ( <div> <p>Story text...</p> <button onClick={() => handleChoice('A')}>Choice A</button> <button onClick={() => handleChoice('B')}>Choice B</button> {choice && <p>You chose: {choice}</p>} </div> ); };

bottom of page