import { useState } from 'react'; function RadioGroup({ options, value, onChange }) { return (
{options.map((opt) => (