chore: build cleanup, fix lint errors in our changes, fix login Suspense boundary
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { Suspense } from "react"
|
||||
import LoginForm from "@/components/auth/login-form"
|
||||
|
||||
export default function LoginPage() {
|
||||
return <LoginForm />
|
||||
return (
|
||||
<Suspense>
|
||||
<LoginForm />
|
||||
</Suspense>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user