summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/milestones/show/index.js
blob: 16aac7748da82b83017bf47fef561456c8b52118 (plain)
1
2
3
4
5
import { initDeleteMilestoneModal, initPromoteMilestoneModal, initShow } from '~/milestones';

initShow();
initDeleteMilestoneModal();
initPromoteMilestoneModal();