Skip to content

Commit

Permalink
fix (ManageUsers): removed extra clsx import
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jul 31, 2022
1 parent 6d08832 commit bad1c1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { navigate, useQueryParams } from "raviger";
import { USER_TYPES, RESULTS_PER_PAGE_LIMIT } from "../../Common/constants";
import { InputSearchBox } from "../Common/SearchBox";
import { FacilityModel } from "../Facility/models";

import { IconButton, CircularProgress } from "@material-ui/core";
import CloseIcon from "@material-ui/icons/Close";
import LinkFacilityDialog from "./LinkFacilityDialog";
Expand All @@ -26,7 +25,6 @@ import clsx from "clsx";
import UserFilter from "./UserFilter";
import { make as SlideOver } from "../Common/SlideOver.gen";
import UserDetails from "../Common/UserDetails";
import clsx from "clsx";

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

0 comments on commit bad1c1d

Please sign in to comment.