Skip to content

Commit

Permalink
fix: remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv committed May 4, 2024
1 parent c80a1f4 commit 603ad9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type {
/**
* Injects an infinite query: a declarative dependency on an asynchronous source of data that is tied to a unique key.
* Infinite queries can additively "load more" data onto an existing set of data or "infinite scroll"
* @param optionsFn - A function that returns infinite query options.n
* @param optionsFn - A function that returns infinite query options.
* @param injector - The Angular injector to use.
* @returns The infinite query result.
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ export const injectQueryClient = tokens[0]
* @public
*/
export const provideQueryClient = tokens[1]

export const QUERY_CLIENT = tokens[2]

0 comments on commit 603ad9e

Please sign in to comment.