fix: lint

This commit is contained in:
Julien Froidefond
2025-02-26 10:08:37 +01:00
parent 87ee57b0dd
commit 070960c90e
5 changed files with 2 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import { HeroSection } from "./HeroSection";
import { MediaRow } from "./MediaRow";
import { KomgaBook, KomgaSeries } from "@/types/komga";
import { RefreshButton } from "@/components/library/RefreshButton";
import { BookOpenCheck, History, Sparkles, Clock, LibraryBig, BookOpen } from "lucide-react";
import { History, Sparkles, Clock, LibraryBig, BookOpen } from "lucide-react";
interface HomeData {
ongoing: KomgaSeries[];