Skip to content

Commit

Permalink
Remove missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 26, 2024
1 parent 4cce385 commit a48fadf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/svelte-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export { createInfiniteQuery } from './createInfiniteQuery'
export { infiniteQueryOptions } from './infiniteQueryOptions'
export { createMutation } from './createMutation.svelte'
export { useMutationState } from './useMutationState.svelte'
export type { MutationStateOptions } from './useMutationState.svelte'
export { useQueryClient } from './useQueryClient'
export { useIsFetching } from './useIsFetching.svelte'
export { useIsMutating } from './useIsMutating.svelte'
Expand Down

0 comments on commit a48fadf

Please sign in to comment.