You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Fix export
This commit is contained in:
@@ -31,7 +31,7 @@ interface IState {
|
|||||||
loading: boolean;
|
loading: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class AppTile2 extends React.PureComponent<IProps, IState> {
|
export default class AppTile2 extends React.PureComponent<IProps, IState> {
|
||||||
private messaging: ClientWidgetApi;
|
private messaging: ClientWidgetApi;
|
||||||
private iframeRef = React.createRef<HTMLIFrameElement>();
|
private iframeRef = React.createRef<HTMLIFrameElement>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user