summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/tree/show/index.js
blob: cf7162f477d1dbd86b331af98ef9c063aff6f2e9 (plain)
1
2
3
4
5
6
7
8
9
10
import $ from 'jquery';
import initTree from 'ee_else_ce/repository';
import initBlob from '~/blob_edit/blob_bundle';
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';
import NewCommitForm from '~/new_commit_form';

new NewCommitForm($('.js-create-dir-form')); // eslint-disable-line no-new
initBlob();
initTree();
new ShortcutsNavigation(); // eslint-disable-line no-new