Add missing ListIssue import

This commit is contained in:
Illya Klymov 2019-09-10 03:32:54 +03:00
parent ffa5328c39
commit 6562d406cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
/* eslint-disable no-underscore-dangle, class-methods-use-this, consistent-return, no-shadow, no-param-reassign */
/* global ListIssue */
import { __ } from '~/locale';
import ListLabel from './label';
import ListAssignee from './assignee';
import ListIssue from './issue';
import { urlParamsToObject } from '~/lib/utils/common_utils';
import boardsStore from '../stores/boards_store';
import ListMilestone from './milestone';