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 486113e commit b8a97fbCopy full SHA for b8a97fb
examples/default-query-function/src/App.svelte
@@ -1,4 +1,5 @@
1
<script>
2
+ import axios from 'axios'
3
import { QueryClientProvider } from '@reactstack/svelte-query'
4
5
import BasicQuery from './BasicQuery.svelte'
0 commit comments