Skip to content

Commit

Permalink
Revert "remove re-export"
Browse files Browse the repository at this point in the history
This reverts commit 885c8ce.
  • Loading branch information
mattkime committed Jun 10, 2020
1 parent 885c8ce commit 03e849d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/plugins/data/common/index_patterns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@

export * from './fields';
export * from './types';
export {
IndexPatternsService,
IndexPatternsApiClient,
IndexPatternsContract,
IndexPattern,
TypeMeta,
AggregationRestrictions,
} from './index_patterns';
export * from './index_patterns';

0 comments on commit 03e849d

Please sign in to comment.