You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove redundant MatrixChat
This commit is contained in:
@ -84,7 +84,7 @@ const ONBOARDING_FLOW_STARTERS = [
|
|||||||
'view_create_group',
|
'view_create_group',
|
||||||
];
|
];
|
||||||
|
|
||||||
const MatrixChat = React.createClass({
|
export default React.createClass({
|
||||||
// we export this so that the integration tests can use it :-S
|
// we export this so that the integration tests can use it :-S
|
||||||
statics: {
|
statics: {
|
||||||
VIEWS: VIEWS,
|
VIEWS: VIEWS,
|
||||||
@ -1584,5 +1584,3 @@ const MatrixChat = React.createClass({
|
|||||||
console.error(`Unknown view ${this.state.view}`);
|
console.error(`Unknown view ${this.state.view}`);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export default MatrixChat;
|
|
||||||
|
Reference in New Issue
Block a user