import Editor from './controllers/PageEditor.js'; document.addEventListener( 'DOMContentLoaded', function () { new Editor(); }, false );