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
  64ced214_4999_8758_3e74_bec7553954ed["page.tsx"]
  ae2cd036_c07d_0ee6_ae8c_39d8725dec07["settings-dialog"]
  64ced214_4999_8758_3e74_bec7553954ed --> ae2cd036_c07d_0ee6_ae8c_39d8725dec07
  style 64ced214_4999_8758_3e74_bec7553954ed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { SettingsDialog } from "@/registry/default/blocks/sidebar-13/components/settings-dialog"

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

Subdomains

Functions

Dependencies

  • settings-dialog

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): settings-dialog.
Where is page.tsx in the architecture?
page.tsx is located at deprecated/www/registry/default/blocks/sidebar-13/page.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/blocks/sidebar-13).

Analyze Your Own Codebase

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

Try Supermodel Free