refacto(db): removing komgaconfig service
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { cookies } from "next/headers";
|
||||
import { PaginatedSeriesGrid } from "@/components/library/PaginatedSeriesGrid";
|
||||
import { komgaConfigService } from "@/lib/services/komga-config.service";
|
||||
import { LibraryService } from "@/lib/services/library.service";
|
||||
|
||||
interface PageProps {
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import { HomeContent } from "@/components/home/HomeContent";
|
||||
import { HomeService } from "@/lib/services/home.service";
|
||||
import { cookies } from "next/headers";
|
||||
import { komgaConfigService } from "@/lib/services/komga-config.service";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function HomePage() {
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
import { cookies } from "next/headers";
|
||||
import { PaginatedBookGrid } from "@/components/series/PaginatedBookGrid";
|
||||
import { SeriesHeader } from "@/components/series/SeriesHeader";
|
||||
import { komgaConfigService } from "@/lib/services/komga-config.service";
|
||||
import { SeriesService } from "@/lib/services/series.service";
|
||||
import { KomgaSeries } from "@/types/komga";
|
||||
|
||||
interface PageProps {
|
||||
params: { seriesId: string };
|
||||
|
||||
Reference in New Issue
Block a user