Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mkimberlin committed Apr 11, 2024
1 parent 1b79933 commit ce3a9ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web-ui/src/components/admin/roles/Roles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
Card,
CardActions,
CardContent,
CardHeader,
List,
ListSubheader,
Modal,
Expand All @@ -44,7 +43,6 @@ import AddIcon from "@mui/icons-material/Add";
import {isArrayPresent} from './../../../helpers/checks';

import "./Roles.css";
import {selectProfile} from "../../../context/selectors";
import EditIcon from "@mui/icons-material/Edit";

const Roles = () => {
Expand Down

0 comments on commit ce3a9ad

Please sign in to comment.