Initial commit: site monorepo with API, web, and infra.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { LoginForm } from "@modules/auth";
|
||||
import { AuthLayout } from "@modules/auth/components/AuthLayout";
|
||||
|
||||
export function LoginPage(): JSX.Element {
|
||||
return (
|
||||
<AuthLayout title="Вход">
|
||||
<LoginForm />
|
||||
</AuthLayout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user