hello-theme/assets/dev/js/editor/hello-editor.js
2021-03-17 16:10:53 +02:00

3 lines
91 B
JavaScript

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