5 lines
163 B
JavaScript
5 lines
163 B
JavaScript
import NewBranchForm from '../../../../new_branch_form';
|
|
|
|
export default () => {
|
|
new NewBranchForm($('.js-new-pipeline-form')); // eslint-disable-line no-new
|
|
};
|