refacto(db): removing komgaconfig service

This commit is contained in:
Julien Froidefond
2025-02-14 14:42:45 +01:00
parent 33717c485d
commit 349f71969f
4 changed files with 0 additions and 141 deletions

View File

@@ -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() {