hello-theme/dev/js/editor/hello-editor.js

4 lines
92 B
JavaScript

import HelloComponent from './component';
$e.components.register( new HelloComponent() );