Fix eslint issues

This commit is contained in:
Markus Unterwaditzer
2025-06-28 20:42:23 +02:00
committed by Will Greenberg
parent 97cbe62f42
commit 5e328b889b
9 changed files with 8 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { Manifest, ManifestEntry } from '$lib/manifest.svelte';
import { ManifestEntry } from '$lib/manifest.svelte';
import TableRow from './ManifestTableRow.svelte';
import Card from './ManifestCard.svelte';
interface Props {