mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Fix export
This commit is contained in:
parent
3e8d7b172f
commit
6b2e34dc00
@ -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>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user