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