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"] });