Home / File/ page.tsx — ui Source File

page.tsx — ui Source File

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

File tsx ComponentRegistry Styles 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  b87a8551_8c62_bda7_dc6a_77bb717d5802["page.tsx"]
  0ef877d6_b768_4222_bd20_50d875ac5e58["separator"]
  b87a8551_8c62_bda7_dc6a_77bb717d5802 --> 0ef877d6_b768_4222_bd20_50d875ac5e58
  f129e0f1_badf_d1f7_5ca7_be930a16bab4["appearance-form"]
  b87a8551_8c62_bda7_dc6a_77bb717d5802 --> f129e0f1_badf_d1f7_5ca7_be930a16bab4
  style b87a8551_8c62_bda7_dc6a_77bb717d5802 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Separator } from "@/registry/new-york/ui/separator"
import { AppearanceForm } from "@/app/(app)/examples/forms/appearance/appearance-form"

export default function SettingsAppearancePage() {
  return (
    <div className="space-y-6">
      <div>
        <h3 className="text-lg font-medium">Appearance</h3>
        <p className="text-sm text-muted-foreground">
          Customize the appearance of the app. Automatically switch between day
          and night themes.
        </p>
      </div>
      <Separator />
      <AppearanceForm />
    </div>
  )
}

Subdomains

Dependencies

  • appearance-form
  • separator

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, Styles subdomain.
What functions are defined in page.tsx?
page.tsx defines 1 function(s): SettingsAppearancePage.
What does page.tsx depend on?
page.tsx imports 2 module(s): appearance-form, separator.
Where is page.tsx in the architecture?
page.tsx is located at deprecated/www/app/(app)/examples/forms/appearance/page.tsx (domain: ComponentRegistry, subdomain: Styles, directory: deprecated/www/app/(app)/examples/forms/appearance).

Analyze Your Own Codebase

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

Try Supermodel Free