Fix import statement for the skeleton notes
This commit is contained in:
parent
40bf046081
commit
11e0a019b6
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 Vue from 'vue';
|
||||
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 { getLocationHash } from './lib/utils/url_utility';
|
||||
import Flash from './flash';
|
||||
|
|
Loading…
Reference in a new issue