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