mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Remove redundant MatrixChat
This commit is contained in:
parent
53e7232a97
commit
8f0774496f
1 changed files with 1 additions and 3 deletions
|
@ -84,7 +84,7 @@ const ONBOARDING_FLOW_STARTERS = [
|
|||
'view_create_group',
|
||||
];
|
||||
|
||||
const MatrixChat = React.createClass({
|
||||
export default React.createClass({
|
||||
// we export this so that the integration tests can use it :-S
|
||||
statics: {
|
||||
VIEWS: VIEWS,
|
||||
|
@ -1584,5 +1584,3 @@ const MatrixChat = React.createClass({
|
|||
console.error(`Unknown view ${this.state.view}`);
|
||||
},
|
||||
});
|
||||
|
||||
export default MatrixChat;
|
||||
|
|
Loading…
Reference in a new issue