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

@@ -2,7 +2,7 @@
import { commands, TextEditor, Uri, window } from 'vscode';
import { ActiveEditorCommand, Commands } from './commands';
import { BuiltInCommands } from '../constants';
import GitProvider, { GitCommit, GitUri } from '../gitProvider';
import { GitCommit, GitProvider, GitUri } from '../gitProvider';
import { Logger } from '../logger';
import * as path from 'path';