removed unused import

This commit is contained in:
Sebastian Sdorra
2018-07-26 08:33:00 +02:00
parent 3267f05fdf
commit b0f801be78

View File

@@ -4,7 +4,6 @@ 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";
type Props = {
submitForm: User => void,