summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/blob/edit/index.js
blob: 189053f3ed7dc779fc5956d1a7594e11009a72f3 (plain)
1
2
3
import initBlobBundle from '~/blob_edit/blob_bundle';

document.addEventListener('DOMContentLoaded', initBlobBundle);