mirror of https://github.com/vector-im/riot-web
Fix export
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