Skip to content

Commit

Permalink
Use named exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Dec 20, 2019
1 parent e849195 commit e688738
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/legacy/core_plugins/data/public/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
* under the License.
*/

export * from './search_service';
export * from './utils';
export { SearchService, SearchSetup, SearchStart } from './search_service';

export { getRequestInspectorStats, getResponseInspectorStats } from './utils';

0 comments on commit e688738

Please sign in to comment.