removed unused imports

This commit is contained in:
Sebastian Sdorra
2020-06-17 15:37:01 +02:00
committed by René Pfeuffer
parent f2c9529c2f
commit ac9f7914ae
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
*/
import * as React from "react";
import classNames from "classnames";
import { Link, useRouteMatch } from "react-router-dom";
import { Link } from "react-router-dom";
import { RoutingProps } from "./RoutingProps";
import { FC } from "react";
import useMenuContext from "./MenuContext";