import Header from "./Header"; import Questions from "./Questions"; import "./index.css"; const Exam=()=>{ return (
); } export default Exam;