From 81301803089963ff8553db307250f5c6edce730d Mon Sep 17 00:00:00 2001 From: samau3 Date: Thu, 19 Sep 2024 22:17:34 -0700 Subject: [PATCH] Rename Patients.jsx to PatientDetails --- client/src/App.jsx | 4 ++-- .../{Patient.jsx => patient-details/PatientDetails.jsx} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename client/src/pages/patients/{Patient.jsx => patient-details/PatientDetails.jsx} (93%) diff --git a/client/src/App.jsx b/client/src/App.jsx index d4567c9a..f3391774 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -26,7 +26,7 @@ import PasswordReset from './pages/auth/password-reset/passwordReset'; import AuthLayout from './stories/AuthLayout/AuthLayout'; import Verify from './pages/verify/verify'; import PatientRegistration from './pages/patients/register/PatientRegistration'; -import Patient from './pages/patients/Patient'; +import PatientDetails from './pages/patients/patient-details/PatientDetails'; const RedirectProps = { isLoading: PropTypes.bool.isRequired, @@ -140,7 +140,7 @@ function App() { path="/admin/patients/generate" element={} /> - } /> + } />