Add missing deps; Move stuff in 'views' to have functional descriptors

This commit is contained in:
Kegan Dougal 2015-11-26 13:45:04 +00:00
parent 776369299d
commit 7846d49403
4 changed files with 55 additions and 2 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
'use strict';
var React = require('react');
var Avatar = require('../../../../Avatar');
var Avatar = require('../../Avatar');
var MatrixClientPeg = require('../../MatrixClientPeg');
module.exports = React.createClass({

View file

@ -16,7 +16,7 @@ limitations under the License.
'use strict';
var MatrixClientPeg = require("../../MatrixClientPeg");
var MatrixClientPeg = require("../../../MatrixClientPeg");
var React = require('react');
var url = require("url");