Files
medicalalert-web-reloaded/wp/wp-content/plugins/leadin/scripts/entries/app.ts
2024-09-25 09:25:31 -04:00

5 lines
143 B
TypeScript

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