mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
removed unused import
This commit is contained in:
@@ -4,7 +4,6 @@ import { translate } from "react-i18next";
|
|||||||
import type { User } from "../types/User";
|
import type { User } from "../types/User";
|
||||||
import { InputField, Checkbox } from "../../components/forms";
|
import { InputField, Checkbox } from "../../components/forms";
|
||||||
import { SubmitButton } from "../../components/buttons";
|
import { SubmitButton } from "../../components/buttons";
|
||||||
import Loading from "../../components/Loading";
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
submitForm: User => void,
|
submitForm: User => void,
|
||||||
|
|||||||
Reference in New Issue
Block a user