Skip to content

Commit 4747f1b

Browse files
committed
remove unused import
1 parent baee246 commit 4747f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/routes/OpenDiffDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { Button, Dialog, Separator, Popover } from "bits-ui";
44
import InfoPopup from "$lib/components/InfoPopup.svelte";
55
import { page } from "$app/state";
6-
import { onMount, tick } from "svelte";
6+
import { onMount } from "svelte";
77
import DirectorySelect from "$lib/components/files/DirectorySelect.svelte";
88
import MultimodalFileInput from "$lib/components/files/MultimodalFileInput.svelte";
99
import { flip } from "svelte/animate";

0 commit comments

Comments
 (0)