refacto : komgaServiceConfig unused

This commit is contained in:
Julien Froidefond
2025-02-14 12:57:44 +01:00
parent bd652fc1ff
commit b7f12b8bf6
6 changed files with 5 additions and 25 deletions

View File

@@ -10,7 +10,6 @@ import { KomgaBook } from "@/types/komga";
interface PaginatedBookGridProps {
books: KomgaBook[];
serverUrl: string;
currentPage: number;
totalPages: number;
totalElements: number;
@@ -19,7 +18,6 @@ interface PaginatedBookGridProps {
export function PaginatedBookGrid({
books,
serverUrl,
currentPage,
totalPages,
totalElements,