removed deleted file reference
file callimg the editor script had a reference to a file that was removed. fixed.
This commit is contained in:
parent
28a2a2bc1e
commit
e1ef4ed1d2
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue