# extendify/0.10.1/src/Assist/app.js

Extendify, version 0.10.1. 7 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.1/code/src/Assist/app.js
- Raw: https://pluginprobe.com/plugins/extendify/0.10.1/raw/src/Assist/app.js
- Modified: 2022-09-07T00:59:24+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/extendify/0.10.1/code/src/Assist/app.js#L10-L20`.

```javascript
import { render } from '@wordpress/element'
import { AssistLandingPage } from '@assist/AssistLandingPage'

// Render the landing page if we are on it
const mainPage = document.getElementById('extendify-assist-landing-page')
mainPage && render(<AssistLandingPage />, mainPage)

```
