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

Relationship Graph

Source Code

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

export default function SettingsNotificationsPage() {
  return (
    <div className="space-y-6">
      <div>
        <h3 className="text-lg font-medium">Notifications</h3>
        <p className="text-sm text-muted-foreground">
          Configure how you receive notifications.
        </p>
      </div>
      <Separator />
      <NotificationsForm />
    </div>
  )
}

Subdomains

Dependencies

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

Analyze Your Own Codebase

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

Try Supermodel Free