courrier redis

This commit is contained in:
alma 2025-04-27 14:15:36 +02:00
parent 5ea4d457fe
commit b2d356a6b2

View File

@ -6,7 +6,7 @@ import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { Providers } from "@/components/providers";
import { LayoutWrapper } from "@/components/layout/layout-wrapper";
import { warmupRedisCache } from '@/lib/services/prefetch-service';
import { warmupRedisCache } from '@/lib/redis';
const inter = Inter({ subsets: ["latin"] });