From 70c390f04abf32af84029dfb5b9844df68ad609b Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Wed, 8 Jan 2020 11:48:08 +0400 Subject: [PATCH] Remove unnecessary imports from PanelSelection --- src/components/panels/PanelSelection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/panels/PanelSelection.tsx b/src/components/panels/PanelSelection.tsx index 26acaeaab..6e366c697 100644 --- a/src/components/panels/PanelSelection.tsx +++ b/src/components/panels/PanelSelection.tsx @@ -1,5 +1,4 @@ import React from "react"; -import { Panel } from "../Panel"; interface PanelSelectionProps { onBringForward: React.MouseEventHandler;