# hello-plus/1.2.0/modules/content/assets/js/editor.js

Hello Plus, version 1.2.0. 6 lines.

- Page: https://pluginprobe.com/plugins/hello-plus/1.2.0/code/modules/content/assets/js/editor.js
- Raw: https://pluginprobe.com/plugins/hello-plus/1.2.0/raw/modules/content/assets/js/editor.js
- Modified: 2025-02-11T10:01:36+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.2.0/code/modules/content/assets/js/editor.js#L10-L20`.

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

const HelloPlusContent = new ContentModule();

window.helloPlusContent = HelloPlusContent;

```
