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,7 +1,7 @@
'use strict';
import { TextEditor, TextEditorEdit } from 'vscode';
import { Commands, EditorCommand } from './commands';
import GitProvider from '../gitProvider';
import { GitProvider } from '../gitProvider';
export class ToggleCodeLensCommand extends EditorCommand {