Move all items to src folder

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-04 13:09:34 +01:00
committed by Oluwaseun Olorunsola
parent 1f85d1586d
commit 912282f57c
100 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import { initialize } from 'email-editor/engine/editor';
window.addEventListener('DOMContentLoaded', () => {
initialize('mailpoet-email-editor');
});