forked from CSI-KJSCE/appointment_to_examiner
groupedByCourse
This commit is contained in:
@@ -14,6 +14,7 @@ import "react-toastify/dist/ReactToastify.css";
|
||||
import CourseTable from "./Pages/CourseTable";
|
||||
import GenerateCSV from "./Pages/GenerateCSV";
|
||||
import ConsolidatedTable from "./Pages/ConsolidatedTable";
|
||||
import CourseConsolidated from "./Pages/courseConsolidated";
|
||||
|
||||
|
||||
function App() {
|
||||
@@ -33,6 +34,7 @@ function App() {
|
||||
<Route path="/Filter" element={<FilterPage />} />
|
||||
<Route path="/courses" element={<CourseTable />} />
|
||||
<Route path="/consolidated" element={<ConsolidatedTable />} />
|
||||
<Route path="/courseConsolidated" element={<CourseConsolidated />} />
|
||||
</Routes>
|
||||
</Router>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user