Fix export

This commit is contained in:
Travis Ralston 2020-09-28 21:14:50 -06:00
parent 3e8d7b172f
commit 6b2e34dc00

View File

@ -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>();