Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-280

Co-authored-by: Sam Johnson <[email protected]>
  • Loading branch information
btposey and samjohnsonflexion committed Aug 12, 2024
1 parent 099d630 commit 15099e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user-interface/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function App() {
<Header />
<div className="cams-content">
<Routes>
{/* <Route path="/" element={<Login />}></Route> */}
<Route path="/search" element={<SearchScreen />}></Route>
<Route path="/search/:caseId" element={<SearchScreen />}></Route>
<Route path="/case-assignment" element={<CaseAssignment />}></Route>
Expand Down

0 comments on commit 15099e5

Please sign in to comment.