fix(auth): correct css import path to resolve next.js build error

This commit is contained in:
2026-05-14 14:24:54 -07:00
parent 7d80d5a938
commit 816dccfb06

View File

@@ -5,7 +5,7 @@ import { useRouter, useSearchParams } from "next/navigation";
import { useEffect, Suspense } from "react";
import NextAuthComponent from "@/app/components/NextAuthComponent";
import "../../styles/new-site.css";
import "../styles/new-site.css";
function deriveWorkspace(email: string): string {
return (