Skip to content

Commit

Permalink
conflict fix in sections.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrhman500 committed Nov 11, 2023
1 parent 59e1d3f commit 52283d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/src/routes/sections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,7 @@ export default function Router() {
},
{
path: '*',
<<<<<<< HEAD
element: <Navigate to="/404" replace />,
}, {
path: 'up',
element: <UploadFile url='http://localhost:3000/upload/patient/medicalHistory' />
=======
element: <Navigate to="/404" replace />
>>>>>>> main
}
]);

Expand Down

0 comments on commit 52283d0

Please sign in to comment.