summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/settings/branch_rules/index.js
blob: c3d36ad565181d430c6ae2cf3eeeae4623289ed4 (plain)
1
2
3
import mountBranchRules from '~/projects/settings/branch_rules/mount_branch_rules';

mountBranchRules(document.getElementById('js-branch-rules'));