Move all items to src
folder
MAILPOET-6215
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
1f85d1586d
commit
912282f57c
5
packages/js/email-editor/src/index.ts
Normal file
5
packages/js/email-editor/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { initialize } from 'email-editor/engine/editor';
|
||||
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
initialize('mailpoet-email-editor');
|
||||
});
|
Reference in New Issue
Block a user