pollo/app/routes/sign-in.$.tsx

5 lines
102 B
TypeScript

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