import { Suspense } from "react"; import LoginPageClient from "./LoginPageClient"; export default function LoginPage() { return ( Loading...}> ); }