removed deleted file reference

file callimg the editor script had a reference to a file that was
removed. fixed.
This commit is contained in:
RXP 2025-05-18 07:59:43 -06:00
parent 28a2a2bc1e
commit e1ef4ed1d2
Signed by: ro
GPG key ID: 976711B5057688B7

View file

@ -1,11 +1,9 @@
import Editor from './controllers/PageEditor.js';
import Fresh from './controllers/FreshEditor.js';
document.addEventListener(
'DOMContentLoaded',
function () {
new Editor();
//new Fresh();
},
false
);