remove unused import

This commit is contained in:
Maren Süwer
2018-10-05 09:17:01 +02:00
parent 68729e26ed
commit 32e99e4993

View File

@@ -3,13 +3,7 @@ import React from "react";
import { translate } from "react-i18next"; import { translate } from "react-i18next";
import { Route } from "react-router"; import { Route } from "react-router";
import { import { Page, Navigation, NavLink, Section } from "@scm-manager/ui-components";
Page,
Navigation,
NavLink,
Section,
Help
} from "@scm-manager/ui-components";
import GlobalConfig from "./GlobalConfig"; import GlobalConfig from "./GlobalConfig";
import type { History } from "history"; import type { History } from "history";