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 7f12c38 commit bbc1858Copy full SHA for bbc1858
src/layout/Dialogs/DownloadCompatibilityWarningDialog.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import Button from '$lib/components/Button.svelte';
3
- import { Query } from '@tanstack/query-core';
+ import Query from '$lib/components/Query.svelte';
4
import Dialog from '$layout/Dialogs/Dialog.svelte';
5
import { queries } from '$data/api';
6
import { createQuery } from '@tanstack/svelte-query';
0 commit comments