fix import

This commit is contained in:
Mohamed Karray
2019-01-22 16:22:22 +01:00
parent fa87b1a378
commit 6e4063f137

View File

@@ -1,9 +1,7 @@
//@flow //@flow
import React from "react"; import React from "react";
import { translate } from "react-i18next"; import { translate } from "react-i18next";
import { import RemoveEntryOfTableButton from "../buttons/RemoveEntryOfTableButton";
RemoveEntryOfTableButton
} from "@scm-manager/ui-components";
type Props = { type Props = {
members: string[], members: string[],