Skip to content

Commit

Permalink
[SBRP-115] Merge and consolidate multiple component files into single…
Browse files Browse the repository at this point in the history
… age files
  • Loading branch information
Yoksim committed Nov 1, 2023
1 parent 7d0d051 commit 23fb8e3
Show file tree
Hide file tree
Showing 23 changed files with 1,459 additions and 1,686 deletions.
4 changes: 2 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const App = ({getStaffSkillsByStaffId, getApplicationsByStaffId, auth: {user, is
<Route path="/roleListing/:rl_id" element={<RolePage/>}/>
<Route path="/profile" element={<Profile/>}/>
<Route path="/hr" element={<HR/>}/>
<Route path="/role/:roleListingId/applicants" element={<RoleApplicants/>}/>
<Route path="/roleListing/:roleListingId/applicants" element={<RoleApplicants/>}/>
<Route path="/staff/:staffId" element={<StaffDetail/>}/>
<Route path="/listingManage" element={<RoleListingManager/>}/>
<Route path="/listingManage/update/:rl_id" element={<UpdateRoleListing/>}/>
Expand All @@ -76,7 +76,7 @@ const App = ({getStaffSkillsByStaffId, getApplicationsByStaffId, auth: {user, is
<Route path="/roleListing/:rl_id" element={<RolePage/>}/>
<Route path="/profile" element={<Profile/>}/>
<Route path="/hr" element={<Restricted/>}/>
<Route path="/role/:roleListingId/applicants" element={<Restricted/>}/>
<Route path="/roleListing/:roleListingId/applicants" element={<Restricted/>}/>
<Route path="/staff/:staffId" element={<Restricted/>}/>
<Route path="/listingManage" element={<Restricted/>}/>
<Route path="/listingManage/update/:rl_id" element={<Restricted/>}/>
Expand Down
13 changes: 0 additions & 13 deletions client/src/components/layout/Favourites.tsx

This file was deleted.

240 changes: 0 additions & 240 deletions client/src/components/layout/HrRoleListings.test.tsx

This file was deleted.

Loading

0 comments on commit 23fb8e3

Please sign in to comment.