Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Feb 21, 2020
1 parent 11dbf90 commit 13c9fb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ export {
setBounds,
} from '../../../ui/public/agg_types';
import '../../../ui/public/directives/bind';
export { SavedObject } from 'ui/saved_objects/types'; // https://github.com/elastic/kibana/pull/57452
export { createSavedSearchesLoader } from '../../kibana/public/discover/saved_searches/';
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { buildPipeline } from '../legacy/build_pipeline';
import { Vis } from '../vis';
import { getExpressions, getUiActions } from '../services';
import { PersistedState } from '../../../legacy_imports';
import { SavedObject } from '../../../../../plugins/saved_objects/public';
import { SavedObject } from '../../../../../../../plugins/saved_objects/public';
// TODO: can't re-export this type from legacy_imports. Build fails. probably because it is in types.d.ts
import { SavedSearch } from '../../../../../kibana/public/discover/np_ready/types';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import _ from 'lodash';
import { SavedObjectsClientContract } from 'kibana/public';
import { SavedObjectLoader } from 'ui/saved_objects';
import { SavedObjectLoader } from '../../../../../plugins/saved_objects/public';
import { VisTypeAlias } from '../np_ready/public/types';
import { VisualizationsAppExtension } from '../np_ready/public/types/vis_type_alias_registry';

Expand Down

0 comments on commit 13c9fb1

Please sign in to comment.