forked from CSI-KJSCE/appointment_to_examiner
Footer added (fix CSS)
This commit is contained in:
@@ -4,6 +4,7 @@ import { fetchFaculties, saveAppointment } from "../api";
|
||||
import "./CourseForm.css";
|
||||
import "./Navbar.jsx";
|
||||
import Navbar from "./Navbar.jsx";
|
||||
import Footer from "./Footer.jsx";
|
||||
|
||||
const CourseForm = () => {
|
||||
const { id } = useParams();
|
||||
@@ -348,6 +349,7 @@ const CourseForm = () => {
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<Footer/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user