Fix import statement for the skeleton notes

This commit is contained in:
Jose Vargas 2018-09-26 15:08:25 -05:00
parent 40bf046081
commit 11e0a019b6
No known key found for this signature in database
GPG key ID: 01F49A6AE27697FB

View file

@ -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';