Move email editor components out of the engine folder

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-11 09:41:48 +01:00
committed by Oluwaseun Olorunsola
parent e6d607028c
commit 1c3ea9cd0a
96 changed files with 12 additions and 12 deletions

View File

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