"use client";
import { SignIn } from "@clerk/nextjs";
export const dynamic = "force-static";
const SignInPage = () => (
);
export default SignInPage;
const styles = {
width: "100vw",
height: "100vh",
display: "flex",
justifyContent: "center",
alignItems: "center",
};