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:
Diffstat (limited to 'app/assets/javascripts/feature_highlight/feature_highlight_popover.vue')
-rw-r--r--app/assets/javascripts/feature_highlight/feature_highlight_popover.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/feature_highlight/feature_highlight_popover.vue b/app/assets/javascripts/feature_highlight/feature_highlight_popover.vue
index 879427eef96..2fd92a1bb11 100644
--- a/app/assets/javascripts/feature_highlight/feature_highlight_popover.vue
+++ b/app/assets/javascripts/feature_highlight/feature_highlight_popover.vue
@@ -1,4 +1,5 @@
<script>
+import clusterPopover from '@gitlab/svgs/dist/illustrations/cluster_popover.svg';
import {
GlPopover,
GlSprintf,
@@ -6,10 +7,9 @@ import {
GlButton,
GlSafeHtmlDirective as SafeHtml,
} from '@gitlab/ui';
-import clusterPopover from '@gitlab/svgs/dist/illustrations/cluster_popover.svg';
import { __ } from '~/locale';
-import { dismiss } from './feature_highlight_helper';
import { POPOVER_TARGET_ID } from './constants';
+import { dismiss } from './feature_highlight_helper';
export default {
components: {