Files
medicalalert-web-reloaded/wp/wp-content/plugins/leadin/scripts/entries/app.ts
2024-06-17 14:42:23 -04:00

5 lines
143 B
TypeScript

import { initAppOnReady } from '../utils/appUtils';
import renderIframeApp from '../iframe/renderIframeApp';
initAppOnReady(renderIframeApp);