Remove unused legacy filter init

This commit is contained in:
Heinrich Lee Yu 2018-10-28 01:26:26 +08:00
parent 2da7759271
commit ee4a7811a0
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
/* eslint-disable no-new */
import LabelsSelect from './labels_select';
import subscriptionSelect from './subscription_select';
import UsersSelect from './users_select';
import issueStatusSelect from './issue_status_select';
import MilestoneSelect from './milestone_select';
export default () => {
new UsersSelect();
new LabelsSelect();
new MilestoneSelect();
issueStatusSelect();
subscriptionSelect();
};