import initStaticSiteEditor from '~/static_site_editor'; window.addEventListener('DOMContentLoaded', () => { initStaticSiteEditor(document.querySelector('#static-site-editor')); });