Remove unused import of Team from TeamTable.svelte
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-06-26 23:53:03 +02:00
parent 9f31c5ff0c
commit 602a7e1453

View File

@ -25,7 +25,6 @@
import { Popover, PopoverContent, PopoverTrigger } from "@components/ui/popover";
import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from "@components/ui/command";
import { teams } from "@components/stores/stores";
import type { Team } from "@components/types/team";
import type { EventModel } from "./eventmodel.svelte";
let { event = $bindable() }: { event: EventModel } = $props();