Merge branch 'jivl-fix-missing-import-skeleton-notes' into 'master'
Fix import statement for the skeleton notes See merge request gitlab-org/gitlab-ce!21940
This commit is contained in:
commit
44311357c1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import 'vendor/jquery.atwho';
|
||||||
import AjaxCache from '~/lib/utils/ajax_cache';
|
import AjaxCache from '~/lib/utils/ajax_cache';
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import syntaxHighlight from '~/syntax_highlight';
|
import syntaxHighlight from '~/syntax_highlight';
|
||||||
import SkeletonLoading from '@gitlab-org/gitlab-ui/dist/components/base/skeleton_loading';
|
import { SkeletonLoading } from '@gitlab-org/gitlab-ui';
|
||||||
import axios from './lib/utils/axios_utils';
|
import axios from './lib/utils/axios_utils';
|
||||||
import { getLocationHash } from './lib/utils/url_utility';
|
import { getLocationHash } from './lib/utils/url_utility';
|
||||||
import Flash from './flash';
|
import Flash from './flash';
|
||||||
|
|
Loading…
Reference in a new issue