fix: resolve typescript and tailwind compilation errors

This commit is contained in:
2026-06-03 22:09:56 +02:00
parent d34d34565f
commit 2fda90729e
5 changed files with 8 additions and 15 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faMusic, faSync, faSparkles } from "@fortawesome/free-solid-svg-icons";
import { faMusic, faSync } from "@fortawesome/free-solid-svg-icons";
import type { SongAssets } from "../lib/types";
import { SkeletonCard } from "./SkeletonCard";
import { TitlesCard } from "./cards/TitlesCard";
@@ -48,7 +48,6 @@ export function ResultsPanel({
regenerating,
}: ResultsPanelProps) {
const showSkeletons = loading && !assets;
const { t } = useI18n();
return (
<div>