import React from "react"; import "./index.scss"; export default function Radio(props) { return (
{}} />
); }