Skip to content

Commit c396420

Browse files
committed
format
1 parent 52a0834 commit c396420

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/desktop/src/routes/app/+page.svelte

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@
3636
import { platform } from "@tauri-apps/plugin-os"
3737
import { exit } from "@tauri-apps/plugin-process"
3838
import { goto } from "$app/navigation"
39-
import { ArrowBigUpIcon, CircleXIcon, EllipsisVerticalIcon, RefreshCcwIcon, SettingsIcon } from "lucide-svelte"
39+
import {
40+
ArrowBigUpIcon,
41+
CircleXIcon,
42+
EllipsisVerticalIcon,
43+
RefreshCcwIcon,
44+
SettingsIcon
45+
} from "lucide-svelte"
4046
import { onMount } from "svelte"
4147
import { Inspect } from "svelte-inspect-value"
4248

0 commit comments

Comments
 (0)