import { renderIframeApp } from './iframe/iframeApp';
import { initAppOnReady } from './utils/onAppReady';

initAppOnReady(renderIframeApp)
