Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hanzel <mhanzel@gitlab.com>2019-06-07 16:23:10 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-06-07 16:23:10 +0300
commit25269f66ba60e211ad64ff08beb9799be1103c52 (patch)
tree6777cbeeeff46df5aaa1382e8dc3510b24d470ac /spec/frontend
parent25ef3a9687494bea8927d7109f6e684beba2eb95 (diff)
Move Vue models from vue_shared to boards
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
Diffstat (limited to 'spec/frontend')
-rw-r--r--spec/frontend/boards/modal_store_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/boards/modal_store_spec.js b/spec/frontend/boards/modal_store_spec.js
index 3257a3fb8a3..4dd27e94d97 100644
--- a/spec/frontend/boards/modal_store_spec.js
+++ b/spec/frontend/boards/modal_store_spec.js
@@ -1,7 +1,7 @@
/* global ListIssue */
-import '~/vue_shared/models/label';
-import '~/vue_shared/models/assignee';
+import '~/boards/models/label';
+import '~/boards/models/assignee';
import '~/boards/models/issue';
import '~/boards/models/list';
import Store from '~/boards/stores/modal_store';