fix: lints

This commit is contained in:
Julien Froidefond
2025-03-02 06:47:38 +01:00
parent a28d36aa53
commit 438d08f3f2
5 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ import { Suspense } from "react";
import { ClientBookWrapper } from "@/components/reader/ClientBookWrapper";
import { BookSkeleton } from "@/components/skeletons/BookSkeleton";
import { BookService } from "@/lib/services/book.service";
import { notFound } from "next/navigation";
import { withPageTiming } from "@/lib/hoc/withPageTiming";
import { KomgaBookWithPages } from "@/types/komga";
import { ErrorMessage } from "@/components/ui/ErrorMessage";