import createEditor from './editor' const editor = document.getElementById('editor') if (editor !== null) { createEditor(editor) }