debian-mirror-gitlab/app/assets/javascripts/pages/groups/labels/new/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
97 B
JavaScript
Raw Normal View History

2022-01-26 12:08:38 +05:30
import Labels from 'ee_else_ce/labels/labels';
2018-03-17 18:26:18 +05:30
2021-01-29 00:20:46 +05:30
// eslint-disable-next-line no-new
new Labels();