From b2d356a6b2773dc5bc8f7b5727e1f476ee8b5f9f Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 27 Apr 2025 14:15:36 +0200 Subject: [PATCH] courrier redis --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 63e1944d..c726c206 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -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"] });