debian-mirror-gitlab/app/assets/javascripts/pages/projects/branches/new/index.js
2023-03-05 14:24:40 +05:30

6 lines
260 B
JavaScript

import NewBranchForm from '~/new_branch_form';
import initNewBranchRefSelector from '~/branches/init_new_branch_ref_selector';
initNewBranchRefSelector();
// eslint-disable-next-line no-new
new NewBranchForm(document.querySelector('.js-create-branch-form'));