diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-11-16 19:29:11 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-11-16 19:29:11 +0000 |
commit | 8b1f2823a28ce791e6e0a56f36aeebc7e61740cc (patch) | |
tree | 915e96ed09b906423c3d5286dc96aa855c65b375 /app/assets/javascripts/groups | |
parent | 985b861adcc1d486c0ae5d5f21100c21de294cdd (diff) | |
download | gitlab-ce-8b1f2823a28ce791e6e0a56f36aeebc7e61740cc.tar.gz |
Use @gitlab npm namespace
Diffstat (limited to 'app/assets/javascripts/groups')
-rw-r--r-- | app/assets/javascripts/groups/components/app.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/groups/components/app.vue b/app/assets/javascripts/groups/components/app.vue index 2a4a39436e7..29dc2d6a8a3 100644 --- a/app/assets/javascripts/groups/components/app.vue +++ b/app/assets/javascripts/groups/components/app.vue @@ -8,7 +8,7 @@ import { HIDDEN_CLASS } from '~/lib/utils/constants'; import { getParameterByName } from '~/lib/utils/common_utils'; import { mergeUrlParams } from '~/lib/utils/url_utility'; -import { GlLoadingIcon } from '@gitlab-org/gitlab-ui'; +import { GlLoadingIcon } from '@gitlab/ui'; import eventHub from '../event_hub'; import { COMMON_STR, CONTENT_LIST_CLASS } from '../constants'; import groupsComponent from './groups.vue'; |