diff --git a/apps/user-app/app/page.tsx b/apps/user-app/app/page.tsx index 0288eb02..655d3edd 100644 --- a/apps/user-app/app/page.tsx +++ b/apps/user-app/app/page.tsx @@ -1,3 +1,5 @@ +// changes are done here + import { getServerSession } from "next-auth"; import { redirect } from 'next/navigation' import { authOptions } from "./lib/auth";