cargo fmt

This commit is contained in:
Will Greenberg
2025-04-24 13:23:29 -07:00
parent 33745bc4e2
commit b95ff90e5e
4 changed files with 23 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { Manifest, ManifestEntry } from "$lib/manifest.svelte";
import { ManifestEntry } from "$lib/manifest.svelte";
import { get_manifest, get_system_stats } from "$lib/utils.svelte";
import ManifestTable from "$lib/components/ManifestTable.svelte";
import type { SystemStats } from "$lib/systemStats";