Skip to content

Commit

Permalink
changes file name from sharedtable to LogAnalayseTable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-Sinha-11 committed Oct 17, 2024
1 parent 9b40784 commit 6168b73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
PAGINATION_LIMIT,
NURSING_CARE_PROCEDURES,
} from "../../../Common/constants";
import LogUpdateAnalayseTable from "../Consultations/components/SharedTable";
import LogUpdateAnalayseTable from "../Consultations/LogUpdateAnalayseTable";
import { formatDateTime } from "../../../Utils/utils";

import PageTitle from "@/Components/Common/PageTitle";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { formatDate, formatTime } from "../../../../Utils/utils";
import { classNames } from "../../../../Utils/utils";
import { formatDate, formatTime } from "../../../Utils/utils";
import { classNames } from "../../../Utils/utils";
import { useTranslation } from "react-i18next";

interface SharedSectionTableProps {
Expand Down

0 comments on commit 6168b73

Please sign in to comment.