import React from "react"; import { RadioType } from "../types"; // type Props = { // element: RadioType; // }; export const ARadioForm = () => { return (
radio
설문조사 설명
); };