diff --git a/example_next/src/app/layout.tsx b/example_next/src/app/layout.tsx index 246fc19..d592c1f 100644 --- a/example_next/src/app/layout.tsx +++ b/example_next/src/app/layout.tsx @@ -1,5 +1,5 @@ import authOptions from "@/app/api/auth/[...nextauth]/authOptions"; -import "@/globals.css"; +import "@/app/globals.css"; import AuthSessionProvider from "@/components/AuthSessionProvider"; import { getServerSession } from "next-auth"; import { Inter } from "next/font/google";