Skip to content

Commit

Permalink
fix: deepscan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragati1610 committed Oct 5, 2022
1 parent 8b1ffc9 commit e3c8c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/TreatmentSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useDispatch } from "react-redux";
import { getPatient, getInvestigation } from "../../Redux/actions";
import { ConsultationModel } from "./models";
import { statusType, useAbortableEffect } from "../../Common/utils";
import { PatientModel, DailyRoundsModel } from "../Patient/models";
import { PatientModel } from "../Patient/models";
import loadable from "@loadable/component";
import moment from "moment";
import { getConsultation } from "../../Redux/actions";
Expand Down

0 comments on commit e3c8c41

Please sign in to comment.