fix(auth): correct css import path to resolve next.js build error
This commit is contained in:
@@ -5,7 +5,7 @@ import { useRouter, useSearchParams } from "next/navigation";
|
|||||||
import { useEffect, Suspense } from "react";
|
import { useEffect, Suspense } from "react";
|
||||||
import NextAuthComponent from "@/app/components/NextAuthComponent";
|
import NextAuthComponent from "@/app/components/NextAuthComponent";
|
||||||
|
|
||||||
import "../../styles/new-site.css";
|
import "../styles/new-site.css";
|
||||||
|
|
||||||
function deriveWorkspace(email: string): string {
|
function deriveWorkspace(email: string): string {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user