mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +01:00
remove unused import
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user