mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Merged heads
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
// @flow
|
||||
import React from "react";
|
||||
import { translate } from "react-i18next";
|
||||
import type { User } from "../types/User";
|
||||
import { InputField, Checkbox } from "../../components/forms";
|
||||
import { SubmitButton } from "../../components/buttons";
|
||||
import Loading from "../../components/Loading";
|
||||
import {translate} from "react-i18next";
|
||||
import type {User} from "../types/User";
|
||||
import {Checkbox, InputField} from "../../components/forms";
|
||||
import {SubmitButton} from "../../components/buttons";
|
||||
|
||||
type Props = {
|
||||
submitForm: User => void,
|
||||
|
||||
Reference in New Issue
Block a user