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
  3750c49d_c012_d2ea_5968_dcd422d9fb37["page.tsx"]
  0ef877d6_b768_4222_bd20_50d875ac5e58["separator"]
  3750c49d_c012_d2ea_5968_dcd422d9fb37 --> 0ef877d6_b768_4222_bd20_50d875ac5e58
  f77bbb4b_fdb2_01a9_00c3_2c2b5b361278["profile-form"]
  3750c49d_c012_d2ea_5968_dcd422d9fb37 --> f77bbb4b_fdb2_01a9_00c3_2c2b5b361278
  style 3750c49d_c012_d2ea_5968_dcd422d9fb37 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

export default function SettingsProfilePage() {
  return (
    <div className="space-y-6">
      <div>
        <h3 className="text-lg font-medium">Profile</h3>
        <p className="text-sm text-muted-foreground">
          This is how others will see you on the site.
        </p>
      </div>
      <Separator />
      <ProfileForm />
    </div>
  )
}

Subdomains

Dependencies

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

Analyze Your Own Codebase

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

Try Supermodel Free