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:
authorClement Ho <clemmakesapps@gmail.com>2018-11-16 22:29:11 +0300
committerMike Greiling <mike@pixelcog.com>2018-11-16 22:29:11 +0300
commit8b1f2823a28ce791e6e0a56f36aeebc7e61740cc (patch)
tree915e96ed09b906423c3d5286dc96aa855c65b375 /app/assets/javascripts/vue_shared/components/pagination_links.vue
parent985b861adcc1d486c0ae5d5f21100c21de294cdd (diff)
Use @gitlab npm namespace
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/pagination_links.vue')
-rw-r--r--app/assets/javascripts/vue_shared/components/pagination_links.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/pagination_links.vue b/app/assets/javascripts/vue_shared/components/pagination_links.vue
index 89dcf049f6e..0b44f8578cb 100644
--- a/app/assets/javascripts/vue_shared/components/pagination_links.vue
+++ b/app/assets/javascripts/vue_shared/components/pagination_links.vue
@@ -1,5 +1,5 @@
<script>
-import { GlPagination } from '@gitlab-org/gitlab-ui';
+import { GlPagination } from '@gitlab/ui';
import { s__ } from '../../locale';
export default {