summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/packages/list/packages_list_app_bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/packages/list/packages_list_app_bundle.js')
-rw-r--r--app/assets/javascripts/packages/list/packages_list_app_bundle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/packages/list/packages_list_app_bundle.js b/app/assets/javascripts/packages/list/packages_list_app_bundle.js
index 2f240cff143..58b09c1ebd1 100644
--- a/app/assets/javascripts/packages/list/packages_list_app_bundle.js
+++ b/app/assets/javascripts/packages/list/packages_list_app_bundle.js
@@ -1,9 +1,9 @@
import Vue from 'vue';
import VueApollo from 'vue-apollo';
+import createDefaultClient from '~/lib/graphql';
import Translate from '~/vue_shared/translate';
-import { createStore } from './stores';
import PackagesListApp from './components/packages_list_app.vue';
-import createDefaultClient from '~/lib/graphql';
+import { createStore } from './stores';
Vue.use(VueApollo);
Vue.use(Translate);