Move MatrixChat to react-sdk. Move all login stuff to react SDK.

Removed Modulator stuff.
This commit is contained in:
Kegan Dougal 2015-11-30 18:10:09 +00:00
parent ddc4f30bb6
commit 8f5f71ec80
13 changed files with 16 additions and 1096 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
'use strict';
var React = require('react');
var DateUtils = require('../../../DateUtils');
var DateUtils = require('matrix-react-sdk/lib/DateUtils');
module.exports = React.createClass({
displayName: 'MessageTimestamp',