forked from CSI-KJSCE/appointment_to_examiner
csv code
This commit is contained in:
@@ -12,6 +12,7 @@ import FilterPage from "./Pages/FilterPage";
|
||||
import WelcomeWithFilter from "./Pages/WelcomeWithFilter";
|
||||
import "react-toastify/dist/ReactToastify.css";
|
||||
import CourseTable from "./Pages/CourseTable";
|
||||
import GenerateCSV from "./Pages/GenerateCSV";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -19,6 +20,7 @@ function App() {
|
||||
{/* <Navbar /> */}
|
||||
<Routes>
|
||||
<Route path="/" element={<AuthPage />}></Route>
|
||||
<Route path="/generate-csv" element={<GenerateCSV />} />
|
||||
<Route path="/course-form/:id" element={<CourseForm />} />
|
||||
<Route path="/faculty-form/:id" element={<FacultyForm />} />
|
||||
<Route path="/Welcom" element={<WelcomeWithFilter />} />
|
||||
|
||||
Reference in New Issue
Block a user