debian-mirror-gitlab/app/assets/javascripts/pages/projects/tree/show/index.js
2023-01-12 18:35:48 +00:00

8 lines
340 B
JavaScript

import $ from 'jquery';
import initTree from 'ee_else_ce/repository';
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';
import NewCommitForm from '~/new_commit_form';
new NewCommitForm($('.js-create-dir-form')); // eslint-disable-line no-new
initTree();
new ShortcutsNavigation(); // eslint-disable-line no-new