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 653c640 commit edaafe0Copy full SHA for edaafe0
docs/src/pages/quick-start.md
@@ -13,7 +13,7 @@ This example very briefly illustrates the 3 core concepts of Svelte Query:
13
<script>
14
//App.svelte
15
import { QueryClient, QueryClientProvider } from '@sveltestack/svelte-query'
16
- import Todo from 'Todo.svelte'
+ import Todos from 'Todos.svelte'
17
18
// Create a client
19
const queryClient = new QueryClient()
0 commit comments