Remove unused var

This commit is contained in:
Piotr Rogowski 2021-04-08 23:16:48 +02:00
parent 005d2186f8
commit 8981701ba1
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 1 additions and 4 deletions

View File

@ -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,