Fixed faulty import

This commit is contained in:
Philipp Czora
2018-11-23 16:37:33 +01:00
parent 67c01da1ee
commit 801bd58521

View File

@@ -1,8 +1,8 @@
// @flow
import React from "react";
import { AsyncCreatable } from "react-select";
import LabelWithHelpIcon from "./LabelWithHelpIcon";
import type {AutocompleteObject, SelectValue} from "@scm-manager/ui-types";
import type { AutocompleteObject, SelectValue } from "@scm-manager/ui-types";
import LabelWithHelpIcon from "./forms/LabelWithHelpIcon";
type Props = {