fix some code smells reported by SonarQube

This commit is contained in:
Sebastian Sdorra
2019-08-21 16:46:50 +02:00
parent 0ce9aeb400
commit 6351e39c12
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
// @flow
import React from "react";
import { Button, ButtonGroup, Modal } from "@scm-manager/ui-components";
import { Button } from "@scm-manager/ui-components";
import type { PluginCollection } from "@scm-manager/ui-types";
import { translate } from "react-i18next";
import InstallPendingModal from "./InstallPendingModal";