Move MatrixChat to react-sdk. Move all login stuff to react SDK.
Removed Modulator stuff.
This commit is contained in:
parent
ddc4f30bb6
commit
8f5f71ec80
13 changed files with 16 additions and 1096 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue