import React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import Radio from '@mui/material/Radio'; import RadioGroup from '@mui/material/RadioGroup'; import FormControlLabel from '@mui/material/FormControlLabel'; import FormControl from '@mui/material/FormControl'; import FormLabel from '@mui/material/FormLabel'; export default function Direction() { return ( <> Direction Gender } label="Female" /> } label="Male" /> } label="Other" /> } label="other" /> ); }