import EnterExam from "./desktop"; import { useParams } from "react-router-dom"; // import MobileEnterExam from "../../component/mobile/azmoon-list/M_EnterExam"; const ENTER_EXAM = () => { const { id } = useParams(); return (