mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02: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…
x
Reference in New Issue
Block a user