summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/groups/labels/index/index.js
blob: 95c2c7cd7d054af0761bca93729af7e48f5e565d (plain)
1
2
3
4
5
import initDeleteLabelModal from '~/delete_label_modal';
import initLabels from '~/init_labels';

initLabels();
initDeleteLabelModal();