Skip to content

Commit

Permalink
Tailwind src/Components/Patient/SamplePreview (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jun 23, 2023
1 parent a570d44 commit 5995462
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 1,691 deletions.
21 changes: 11 additions & 10 deletions src/Components/Patient/SampleDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
import loadable from "@loadable/component";
import { useCallback, useState } from "react";
import { useDispatch } from "react-redux";
import { statusType, useAbortableEffect } from "../../Common/utils";
import { getTestSample } from "../../Redux/actions";
import { FlowModel, SampleTestModel } from "./models";
import { FileUpload } from "./FileUpload";
import { navigate } from "raviger";
import { GENDER_TYPES, TEST_TYPE_CHOICES } from "../../Common/constants";
import _ from "lodash";
import { formatDate } from "../../Utils/utils";
import { statusType, useAbortableEffect } from "../../Common/utils";
import { useCallback, useState } from "react";

import ButtonV2 from "../Common/components/ButtonV2";
import Card from "../../CAREUI/display/Card";
import { FileUpload } from "./FileUpload";
import Page from "../Common/components/Page";
import ButtonV2 from "../Common/components/ButtonV2";
import _ from "lodash";
import { formatDate } from "../../Utils/utils";
import { getTestSample } from "../../Redux/actions";
import loadable from "@loadable/component";
import { navigate } from "raviger";
import { useDispatch } from "react-redux";

const Loading = loadable(() => import("../Common/Loading"));

Expand Down
Loading

0 comments on commit 5995462

Please sign in to comment.