From 71905a147a1bb2edb8610e530df4798379488efb Mon Sep 17 00:00:00 2001 From: isra el Date: Sun, 30 Mar 2025 14:37:54 +0300 Subject: [PATCH] chore(web): remove unused duplicate import from layout file --- web/app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index ac0a709..70cf3d1 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -9,7 +9,6 @@ import { Session } from 'next-auth' import { getServerSession } from 'next-auth' import { headers } from 'next/dist/client/components/headers' import { authOptions } from '@/lib/auth' -import { PrismaClient } from '@prisma/client' import prismaClient from '@/lib/prismaClient' import { userAgent } from 'next/server'