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,5 +1,3 @@
import "typings-global"
import plugins = require("./smartgit.plugins");
import SmartgitCheck = require("./smartgit.check");
export {clone} from "./smartgit.clone";