Skip to content

Commit

Permalink
setup of faculty dashboard completed
Browse files Browse the repository at this point in the history
  • Loading branch information
venom-2 committed Aug 27, 2024
1 parent ae4ffaa commit fda4d1d
Show file tree
Hide file tree
Showing 19 changed files with 356 additions and 676 deletions.
1 change: 1 addition & 0 deletions Frontend/DMS-IMS/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function App() {
<Route index element={<DashboardFaculty />} />
<Route path="add-students" element={<DashboardFaculty />} />
<Route path="add-marks" element={<DashboardFaculty />} />
<Route path="home" element={<DashboardFaculty />} />
<Route path="view-co" element={<DashboardFaculty />} />
</Route>

Expand Down
117 changes: 0 additions & 117 deletions Frontend/DMS-IMS/src/Components/AddFaculty.jsx

This file was deleted.

132 changes: 0 additions & 132 deletions Frontend/DMS-IMS/src/Components/AddStudent.jsx

This file was deleted.

99 changes: 0 additions & 99 deletions Frontend/DMS-IMS/src/Components/AddSubject.jsx

This file was deleted.

Loading

0 comments on commit fda4d1d

Please sign in to comment.