Skip to content

Commit

Permalink
revert import
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Dec 20, 2019
1 parent 08bd1b2 commit 8ffba7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/legacy/core_plugins/kibana/public/discover/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ SavedObjectRegistryProvider.register((savedSearches: any) => {
});

export { createSavedSearchesService } from './saved_searches/saved_searches';
export * from './np_ready/types';
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import {
APPLY_FILTER_TRIGGER,
} from '../../../../../plugins/embeddable/public';
import { dispatchRenderComplete } from '../../../../../plugins/kibana_utils/public';
import { SavedSearch } from '../discover';
import { SavedSearch } from '../discover/np_ready/types';

const getKeys = <T extends {}>(o: T): Array<keyof T> => Object.keys(o) as Array<keyof T>;

Expand Down

0 comments on commit 8ffba7c

Please sign in to comment.