Skip to content

Commit

Permalink
just import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Dec 22, 2024
1 parent e3abd7d commit 95fc767
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Facility/FacilityUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import CareIcon from "@/CAREUI/icons/CareIcon";

import Loading from "@/components/Common/Loading";
import Page from "@/components/Common/Page";
import SearchByMultipleFields from "@/components/Common/SearchByMultipleFields";
import Tabs from "@/components/Common/Tabs";
import UserListView from "@/components/Users/UserListAndCard";

Expand All @@ -14,8 +15,6 @@ import useFilters from "@/hooks/useFilters";
import routes from "@/Utils/request/api";
import useTanStackQueryInstead from "@/Utils/request/useQuery";

import SearchByMultipleFields from "@/components/Common/SearchByMultipleFields";

export default function FacilityUsers(props: { facilityId: number }) {
const { t } = useTranslation();

Expand Down

0 comments on commit 95fc767

Please sign in to comment.