fipamo/public/assets/scripts/dash/app/EditPage.js
ro e1ef4ed1d2
removed deleted file reference
file callimg the editor script had a reference to a file that was
removed. fixed.
2025-05-18 07:59:43 -06:00

9 lines
144 B
JavaScript

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