forked from CSI-KJSCE/appointment_to_examiner
Fixed navbar issue, added panel Consolidated page
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { Container, Col, Row, Button, Spinner, Navbar } from "react-bootstrap";
|
||||
import { Container, Col, Row, Button, Spinner } from "react-bootstrap";
|
||||
import axios from "axios";
|
||||
import { ToastContainer, toast } from "react-toastify";
|
||||
import "react-toastify/dist/ReactToastify.css";
|
||||
import Navbar from "./Navbar";
|
||||
|
||||
function HomePage(props) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user