From 8981701ba1d057dcd621f813ace1aaa863975dbc Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Thu, 8 Apr 2021 23:16:48 +0200 Subject: [PATCH] Remove unused var --- src/components/Log.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Log.tsx b/src/components/Log.tsx index de7fb94..f93599a 100644 --- a/src/components/Log.tsx +++ b/src/components/Log.tsx @@ -38,10 +38,7 @@ import { AppState, UIState, } from '../types/state'; -import { - Config, - OutputChannel, -} from '../types/config'; +import { Config } from '../types/config'; import store from '../store'; import { formatBytes,