Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 committed Jun 5, 2024
1 parent 1777f08 commit 219f0b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/admin.groups.v1/pages/groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import { Dropdown, DropdownItemProps, DropdownProps, Icon, PaginationProps } fro
import { deleteGroupById, useGroupList } from "../api";
import { GroupList } from "../components";
import { CreateGroupWizardUpdated } from "../components/wizard/create-group-wizard-updated";
import { GroupConstants } from "../constants";
import { GroupsInterface, WizardStepsFormTypes } from "../models";

const GROUPS_SORTING_OPTIONS: DropdownItemProps[] = [
Expand Down

0 comments on commit 219f0b6

Please sign in to comment.