Import things at the right levels

This commit is contained in:
Kegan Dougal 2015-11-26 13:49:39 +00:00
parent 7846d49403
commit 1dc4e14606
3 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
'use strict';
var MatrixClientPeg = require('matrix-react-sdk/lib/MatrixClientPeg');
var MatrixClientPeg = require('./MatrixClientPeg');
module.exports = {
avatarUrlForMember: function(member, width, height, resizeMethod) {