From 58139e371bf66c802d936a5b40583bfded423d0e Mon Sep 17 00:00:00 2001 From: Alex Culliere Date: Mon, 8 Feb 2021 15:55:57 +0200 Subject: [PATCH] Fix lint issues Signed-off-by: Alex Culliere --- src/renderer/components/layout/main-layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/components/layout/main-layout.tsx b/src/renderer/components/layout/main-layout.tsx index 71757e88c2..7be6148e3e 100755 --- a/src/renderer/components/layout/main-layout.tsx +++ b/src/renderer/components/layout/main-layout.tsx @@ -10,7 +10,6 @@ import { ErrorBoundary } from "../error-boundary"; import { ResizeDirection, ResizeGrowthDirection, ResizeSide, ResizingAnchor } from "../resizing-anchor"; import { MainLayoutHeader } from "./main-layout-header"; import { Sidebar } from "./sidebar"; -import { workspaceStore } from "../../../common/workspace-store"; export interface MainLayoutProps { className?: any;