mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
remove unused imports
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import React from "react";
|
||||
import type { Group } from "../../types/Group";
|
||||
import { translate } from "react-i18next";
|
||||
import { Checkbox } from "../../../components/forms";
|
||||
|
||||
type Props = {
|
||||
group: Group,
|
||||
|
||||
@@ -9,7 +9,6 @@ import reducer, {
|
||||
FETCH_GROUPS_PENDING,
|
||||
FETCH_GROUPS_SUCCESS,
|
||||
FETCH_GROUPS_FAILURE,
|
||||
isFetchUsersPending,
|
||||
fetchGroupsSuccess,
|
||||
isPermittedToCreateGroups,
|
||||
getGroupsFromState,
|
||||
|
||||
Reference in New Issue
Block a user