mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import { AuthForm } from "@/components/auth/oss";
|
|
|
|
const SignIn = () => {
|
|
return <AuthForm type="sign-in" />;
|
|
};
|
|
|
|
export default SignIn;
|