import Radios from "./Radios"; function RadioContent({ group, text, value, changeData }) { return (

{text}

); } export default RadioContent;