diff --git a/js/models/core/WalletFactory.js b/js/models/core/WalletFactory.js index cc56cd976..ab06d8c49 100644 --- a/js/models/core/WalletFactory.js +++ b/js/models/core/WalletFactory.js @@ -1,7 +1,5 @@ 'use strict'; -var imports = require('soop').imports(); - var TxProposals = require('./TxProposals'); var PublicKeyRing = require('./PublicKeyRing'); var PrivateKey = require('./PrivateKey'); @@ -260,4 +258,4 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras }); }; -module.exports = require('soop')(WalletFactory); +module.exports = WalletFactory;