[core_plugins/metrics] fix paths.

This commit is contained in:
Aleh Zasypkin 2018-11-29 14:16:40 +01:00
parent cf7faf1427
commit 23cedf3d11
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
* under the License.
*/
import { relativeOptions } from '../../../../../ui/public/timepicker/relative_options';
import { relativeOptions } from '../../../../../../ui/public/timepicker/relative_options';
import _ from 'lodash';
import moment from 'moment';
import { i18n } from '@kbn/i18n';

View file

@ -17,7 +17,7 @@
* under the License.
*/
import { IndexPatternsService } from '../../../../server/index_patterns/service';
import { IndexPatternsService } from '../../../../../server/index_patterns/service';
export const getIndexPatternService = {
assign: 'indexPatternsService',
method(req) {