# leadin/11.1.11/scripts/entries/app.ts

HubSpot All-In-One Marketing – Forms, Popups, Live Chat, version 11.1.11. 5 lines.

- Page: https://pluginprobe.com/plugins/leadin/11.1.11/code/scripts/entries/app.ts
- Raw: https://pluginprobe.com/plugins/leadin/11.1.11/raw/scripts/entries/app.ts
- Modified: 2024-05-16T15:03:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/leadin/11.1.11/code/scripts/entries/app.ts#L10-L20`.

```typescript
import { initAppOnReady } from '../utils/appUtils';
import renderIframeApp from '../iframe/renderIframeApp';

initAppOnReady(renderIframeApp);

```
