feature: a minimal implementation of staff management is done.
This commit is contained in:
@@ -10,10 +10,10 @@ import {
|
||||
Patient,
|
||||
TreatmentHistoryItem,
|
||||
} from '@/types/patient';
|
||||
import { PatientSearchSelect } from '@/components/patients/PatientSearchSelect';
|
||||
import { CreatePatientModal } from '@/components/patients/CreatePatientModal';
|
||||
import { PatientSummaryCard } from '@/components/patients/PatientSummaryCard';
|
||||
import { TreatmentHistoryPreview } from '@/components/patients/TreatmentHistoryPreview';
|
||||
import { PatientSearchSelect } from './components/PatientSearchSelect';
|
||||
import { CreatePatientModal } from './components/CreatePatientModal';
|
||||
import { PatientSummaryCard } from './components/PatientSummaryCard';
|
||||
import { TreatmentHistoryPreview } from './components/TreatmentHistoryPreview';
|
||||
|
||||
const EMPTY_PATIENT_FORM: CreatePatientInput = {
|
||||
firstName: '',
|
||||
|
||||
Reference in New Issue
Block a user