mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { AuthForm } from "@/components/auth-form";
|
|
|
|
export default function LoginPage() {
|
|
return <AuthForm mode="login" />;
|
|
}
|