chore(web): remove unused duplicate import from layout file

This commit is contained in:
isra el
2025-03-30 14:37:54 +03:00
parent 756bcd0fc1
commit 71905a147a

View File

@@ -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'