Skip to content

Commit b8a97fb

Browse files
committed
docs(examples): add axios import
1 parent 486113e commit b8a97fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/default-query-function/src/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script>
2+
import axios from 'axios'
23
import { QueryClientProvider } from '@reactstack/svelte-query'
34
45
import BasicQuery from './BasicQuery.svelte'

0 commit comments

Comments
 (0)