import { SignIn } from "@clerk/remix"; export default function SignInPage() { return (

Sign In route

); }