Skip to content

Commit

Permalink
Merge pull request #131 from flaviodelgrosso/main
Browse files Browse the repository at this point in the history
fix(query): 🤖 fix export provideQueryClientOptions
  • Loading branch information
NetanelBasal authored Nov 18, 2023
2 parents 0eb3358 + 2f995d5 commit e46e415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export * from './lib/operators';
export * from '@tanstack/query-core';
export { ObservableQueryResult, SignalQueryResult } from './lib/types';
export { queryOptions } from './lib/query-options';
export { provideQueryClientOptions } from './lib/query-client-options';
export { intersectResults } from './lib/signals';

0 comments on commit e46e415

Please sign in to comment.