summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/tree/show/index.js
blob: 4bb461aadad860c268e6771e6ca7ab6d58e3d480 (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