page.tsx — ui Source File
Architecture documentation for page.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR b2d8308f_5238_3696_36e6_f9ba9f3d2544["page.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] b2d8308f_5238_3696_36e6_f9ba9f3d2544 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 70a4acd7_85af_3e11_9148_b8ac2c69e206["login-form"] b2d8308f_5238_3696_36e6_f9ba9f3d2544 --> 70a4acd7_85af_3e11_9148_b8ac2c69e206 style b2d8308f_5238_3696_36e6_f9ba9f3d2544 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { GalleryVerticalEnd } from "lucide-react"
import { LoginForm } from "@/registry/new-york/blocks/login-03/components/login-form"
export default function LoginPage() {
return (
<div className="flex min-h-svh flex-col items-center justify-center gap-6 bg-muted p-6 md:p-10">
<div className="flex w-full max-w-sm flex-col gap-6">
<a href="#" className="flex items-center gap-2 self-center font-medium">
<div className="flex h-6 w-6 items-center justify-center rounded-md bg-primary text-primary-foreground">
<GalleryVerticalEnd className="size-4" />
</div>
Acme Inc.
</a>
<LoginForm />
</div>
</div>
)
}
Domain
Subdomains
Functions
Dependencies
- login-form
- lucide-react
Source
Frequently Asked Questions
What does page.tsx do?
page.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in page.tsx?
page.tsx defines 1 function(s): LoginPage.
What does page.tsx depend on?
page.tsx imports 2 module(s): login-form, lucide-react.
Where is page.tsx in the architecture?
page.tsx is located at deprecated/www/__registry__/new-york/blocks/login-03/page.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/__registry__/new-york/blocks/login-03).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free