Home / File/ page.tsx — ui Source File

page.tsx — ui Source File

Architecture documentation for page.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  6039c9b0_695d_202c_509f_883fcd1f250f["page.tsx"]
  b4444434_e02e_be20_2583_174ce77d663a["amazing-button"]
  6039c9b0_695d_202c_509f_883fcd1f250f --> b4444434_e02e_be20_2583_174ce77d663a
  style 6039c9b0_695d_202c_509f_883fcd1f250f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { AmazingButton } from "@/registry/new-york/blocks/button-01/components/amazing-button"

export default function Page() {
  return (
    <div className="h-svh flex items-center justify-center">
      <AmazingButton />
    </div>
  )
}

Subdomains

Functions

Dependencies

  • amazing-button

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): Page.
What does page.tsx depend on?
page.tsx imports 1 module(s): amazing-button.
Where is page.tsx in the architecture?
page.tsx is located at deprecated/www/__registry__/new-york/blocks/button-01/page.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/__registry__/new-york/blocks/button-01).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free