# hello-plus/1.2.0/modules/forms/assets/js/editor/component.js

Hello Plus, version 1.2.0. 12 lines.

- Page: https://pluginprobe.com/plugins/hello-plus/1.2.0/code/modules/forms/assets/js/editor/component.js
- Raw: https://pluginprobe.com/plugins/hello-plus/1.2.0/raw/modules/forms/assets/js/editor/component.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.2.0/code/modules/forms/assets/js/editor/component.js#L10-L20`.

```javascript
import * as hooks from './hooks/';

export default class Component extends $e.modules.ComponentBase {
	getNamespace() {
		return 'ehp-forms-lite';
	}

	defaultHooks() {
		return this.importHooks( hooks );
	}
}

```
