Files
piratepoet/packages/js/email-editor/src/index.ts
Oluwaseun Olorunsola 1c3ea9cd0a Move email editor components out of the engine folder
MAILPOET-6215
2024-11-11 11:53:49 +02:00

6 lines
138 B
TypeScript

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