We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d31e4d commit eef9534Copy full SHA for eef9534
1 file changed
packages/svelte-query/src/__tests__/CreateQuery.svelte
@@ -1,5 +1,10 @@
1
<script lang="ts">
2
- import { createQuery, QueryClient, type CreateQueryOptions, type WritableOrVal } from '../index'
+ import {
3
+ createQuery,
4
+ QueryClient,
5
+ type CreateQueryOptions,
6
+ type WritableOrVal,
7
+ } from '../index'
8
import { setQueryClientContext } from '../context'
9
10
export let options: WritableOrVal<CreateQueryOptions<any>>
0 commit comments