summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-23 13:12:05 +0100
committerPhil Hughes <me@iamphill.com>2017-10-23 13:12:05 +0100
commit133e66d22d7b4ea26af17eb50a69e09f4210f737 (patch)
tree2c3aa62fbea4ca3c05956d9f72ba0199fc5b6784 /app
parentfe1871b58ccf140572ba54ce3284e132add05a58 (diff)
downloadgitlab-ce-133e66d22d7b4ea26af17eb50a69e09f4210f737.tar.gz
spec fixes
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/repo/components/new_dropdown/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repo/components/new_dropdown/index.vue b/app/assets/javascripts/repo/components/new_dropdown/index.vue
index 9cf6b46b112..3ccb50213ab 100644
--- a/app/assets/javascripts/repo/components/new_dropdown/index.vue
+++ b/app/assets/javascripts/repo/components/new_dropdown/index.vue
@@ -1,6 +1,6 @@
<script>
- import RepoHelper from '../../helpers/repo_helper';
import RepoStore from '../../stores/repo_store';
+ import RepoHelper from '../../helpers/repo_helper';
import eventHub from '../../event_hub';
import newModal from './modal.vue';