summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/static_site_editor/show/index.js
blob: d9d265e4e4a8cb30cc321b4e2527545dce58a7ed (plain)
1
2
3
import initStaticSiteEditor from '~/static_site_editor';

initStaticSiteEditor(document.querySelector('#static-site-editor'));