Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Nov 25, 2019
1 parent 13380ed commit 0dcc9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { searchSourceMock } from '../../../../../../../../src/legacy/ui/public/courier/search_source/mocks';
import { SearchSourceContract } from '../../../../../../../../src/legacy/ui/public/courier';
import { searchSourceMock } from '../../../../../../../../../src/legacy/ui/public/courier/search_source/mocks';
import { SearchSourceContract } from '../../../../../../../../../src/legacy/ui/public/courier';

export const savedSearchMock = {
id: 'the-saved-search-id',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { IndexPattern } from 'ui/index_patterns';
import { SavedSearch } from 'src/legacy/core_plugins/kibana/public/discover/types';
import { KibanaConfigTypeFix } from '../../../contexts/kibana';
import { esQuery, Query, IIndexPattern } from '../../../../../../../../src/plugins/data/public';
import { esQuery, Query, IIndexPattern } from '../../../../../../../../../src/plugins/data/public';

export interface SearchItems {
indexPattern: IIndexPattern;
Expand Down

0 comments on commit 0dcc9c9

Please sign in to comment.