🛠️ Fixed eslint errors

This commit is contained in:
pheralb
2025-08-31 14:25:57 +01:00
parent a488bd4c7a
commit 5df7a336ba
8 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
HTMLAnchorAttributes,
HTMLButtonAttributes,
} from "svelte/elements";
import { type VariantProps, tv } from "tailwind-variants";
import type { VariantProps } from "tailwind-variants";
import type { WithElementRef } from "@/types/components";
import { cn } from "@/utils/cn";