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