import { SignIn } from "@clerk/nextjs"; const SignInPage = () => (
); export default SignInPage;