Skip to content

Commit

Permalink
absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith25 committed Jan 4, 2025
1 parent d71b047 commit 927969e
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 @@ -4,6 +4,7 @@ import { useTranslation } from "react-i18next";

import CountBlock from "@/CAREUI/display/Count";

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

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

import Loading from "../Common/Loading";

export default function FacilityUsers(props: { facilityId: number }) {
const { t } = useTranslation();
const { qParams, updateQuery, Pagination } = useFilters({
Expand Down

0 comments on commit 927969e

Please sign in to comment.