remove unneccessary imports

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

View File

@ -1,5 +1,3 @@
import "typings-global"
import plugins = require("./smartgit.plugins");
import SmartgitCheck = require("./smartgit.check");
export {clone} from "./smartgit.clone";

View File

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

View File

@ -1,4 +1,3 @@
import "typings-global"
import plugins = require("./smartgit.plugins");
export = function(repoArg) {
return true;