# hello-plus/1.4.0/modules/forms/assets/js/editor.js

Hello Plus, version 1.4.0. 6 lines.

- Page: https://pluginprobe.com/plugins/hello-plus/1.4.0/code/modules/forms/assets/js/editor.js
- Raw: https://pluginprobe.com/plugins/hello-plus/1.4.0/raw/modules/forms/assets/js/editor.js
- Modified: 2024-12-11T13:58:18+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/hello-plus/1.4.0/code/modules/forms/assets/js/editor.js#L10-L20`.

```javascript
import FormsModule from './editor/module';

const HelloPlusForms = new FormsModule();

window.helloPlusForms = HelloPlusForms;

```
