Stops using default exports

This commit is contained in:
Eric Amodio
2017-03-03 02:44:07 -05:00
parent 2e2462dd46
commit d389a7b588
28 changed files with 45 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
import { TextEditor, TextEditorEdit, Uri, window } from 'vscode';
import BlameAnnotationController from '../blameAnnotationController';
import { BlameAnnotationController } from '../blameAnnotationController';
import { Commands, EditorCommand } from './commands';
import { Logger } from '../logger';