remove unneccessary imports

This commit is contained in:
2016-07-02 04:49:45 +02:00
parent 08fe9e8727
commit ecede34127
3 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import "typings-global";
import * as plugins from "./smartgit.plugins";
export let pull = (optionsArg:{path:string,ref?:string}) => {