// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
public_html
/
wp-contentmmm
/
plugins
/
hello-plus
/
modules
/
template-parts
/
assets
/
js
/
editor
[ PARENT ]
EDIT :: component.js
import * as hooks from './hooks/'; export default class Component extends $e.modules.ComponentBase { getNamespace() { return 'ehp-templates'; } defaultHooks() { return this.importHooks( hooks ); } }
SAVE
CANCEL