forked from CSI-KJSCE/appointment_to_examiner
filter
This commit is contained in:
@@ -13,6 +13,8 @@ import WelcomeWithFilter from "./Pages/WelcomeWithFilter";
|
||||
import "react-toastify/dist/ReactToastify.css";
|
||||
import CourseTable from "./Pages/CourseTable";
|
||||
import GenerateCSV from "./Pages/GenerateCSV";
|
||||
import ConsolidatedTable from "./Pages/ConsolidatedTable";
|
||||
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -30,6 +32,7 @@ function App() {
|
||||
<Route path="/ResetPw/:token" element={<ResetPwPage />}></Route>
|
||||
<Route path="/Filter" element={<FilterPage />} />
|
||||
<Route path="/courses" element={<CourseTable />} />
|
||||
<Route path="/consolidated" element={<ConsolidatedTable />} />
|
||||
</Routes>
|
||||
</Router>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user