summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/branches/divergence_graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/branches/divergence_graph.js')
-rw-r--r--app/assets/javascripts/branches/divergence_graph.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/branches/divergence_graph.js b/app/assets/javascripts/branches/divergence_graph.js
index 31cf9a18077..17fd3939441 100644
--- a/app/assets/javascripts/branches/divergence_graph.js
+++ b/app/assets/javascripts/branches/divergence_graph.js
@@ -1,7 +1,7 @@
import Vue from 'vue';
import createFlash from '~/flash';
-import axios from '../lib/utils/axios_utils';
-import { __ } from '../locale';
+import axios from '~/lib/utils/axios_utils';
+import { __ } from '~/locale';
import DivergenceGraph from './components/divergence_graph.vue';
export function createGraphVueApp(el, data, maxCommits, defaultBranch) {