Skip to content

Commit

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

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

0 comments on commit 885c8ce

Please sign in to comment.