mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 02:06:18 +01:00
remove unneccesary imports
This commit is contained in:
@@ -3,7 +3,6 @@ import React from "react";
|
|||||||
import { DeleteButton } from "../../../components/buttons";
|
import { DeleteButton } from "../../../components/buttons";
|
||||||
import { translate } from "react-i18next";
|
import { translate } from "react-i18next";
|
||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
import {InputField} from "../../../components/forms";
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
t: string => string,
|
t: string => string,
|
||||||
@@ -14,8 +13,6 @@ type Props = {
|
|||||||
|
|
||||||
type State = {};
|
type State = {};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class RemoveAdminGroupButton extends React.Component<Props, State> {
|
class RemoveAdminGroupButton extends React.Component<Props, State> {
|
||||||
render() {
|
render() {
|
||||||
const { t, groupname, removeGroup, disabled } = this.props;
|
const { t, groupname, removeGroup, disabled } = this.props;
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import React from "react";
|
|||||||
import { DeleteButton } from "../../../components/buttons";
|
import { DeleteButton } from "../../../components/buttons";
|
||||||
import { translate } from "react-i18next";
|
import { translate } from "react-i18next";
|
||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
import { InputField } from "../../../components/forms";
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
t: string => string,
|
t: string => string,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { translate } from "react-i18next";
|
import { translate } from "react-i18next";
|
||||||
import RemoveAdminUserButton from "../buttons/RemoveAdminUserButton";
|
import RemoveAdminUserButton from "../buttons/RemoveAdminUserButton";
|
||||||
import { InputField } from "../../../components/forms";
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
adminUsers: string[],
|
adminUsers: string[],
|
||||||
|
|||||||
Reference in New Issue
Block a user