style(web): format app-version.svelte for prettier
CI / changes (push) Successful in 7s
CI / openapi (push) Has been skipped
CI / commitlint (push) Has been skipped
CI / web (push) Successful in 28s
CI / go (push) Has been skipped
CI / bird2 (push) Has been skipped
CI / release (push) Successful in 3m45s

Импорт в одну строку — иначе падает npm run lint в CI.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-05-20 11:21:13 +07:00
co-authored by Cursor
parent 13b4c20148
commit b6b081b04f
+1 -4
View File
@@ -1,10 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
import { apiJSON } from '$lib/api/client.js';
import {
formatVersionSidebarLabel,
type VersionInfo
} from '$lib/api/version-info.js';
import { formatVersionSidebarLabel, type VersionInfo } from '$lib/api/version-info.js';
let label = $state<string | null>(null);