Files
vibn-agent-runner/vibn-frontend/app/signin/page.tsx

6 lines
134 B
TypeScript

import AuthFlow from "@/app/components/auth/AuthFlow";
export default function SignInPage() {
return <AuthFlow mode="signin" />;
}