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 React from "react";
|
||||||
import type { Group } from "../../types/Group";
|
import type { Group } from "../../types/Group";
|
||||||
import { translate } from "react-i18next";
|
import { translate } from "react-i18next";
|
||||||
import { Checkbox } from "../../../components/forms";
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
group: Group,
|
group: Group,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import reducer, {
|
|||||||
FETCH_GROUPS_PENDING,
|
FETCH_GROUPS_PENDING,
|
||||||
FETCH_GROUPS_SUCCESS,
|
FETCH_GROUPS_SUCCESS,
|
||||||
FETCH_GROUPS_FAILURE,
|
FETCH_GROUPS_FAILURE,
|
||||||
isFetchUsersPending,
|
|
||||||
fetchGroupsSuccess,
|
fetchGroupsSuccess,
|
||||||
isPermittedToCreateGroups,
|
isPermittedToCreateGroups,
|
||||||
getGroupsFromState,
|
getGroupsFromState,
|
||||||
|
|||||||
Reference in New Issue
Block a user