Home / File/ page.tsx — ui Source File

page.tsx — ui Source File

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

File tsx ComponentRegistry Styles 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  61b4e16c_2ac4_ca31_9bc6_3213bcf9a6bf["page.tsx"]
  885a48d4_40f3_a9de_365b_e46d70e7678b["cards"]
  61b4e16c_2ac4_ca31_9bc6_3213bcf9a6bf --> 885a48d4_40f3_a9de_365b_e46d70e7678b
  4fac0cf8_c0bd_8298_eafb_426ab7500040["theme-wrapper"]
  61b4e16c_2ac4_ca31_9bc6_3213bcf9a6bf --> 4fac0cf8_c0bd_8298_eafb_426ab7500040
  dddfa04c_44ab_754a_feb4_5ff1b2f0f446["themes.css"]
  61b4e16c_2ac4_ca31_9bc6_3213bcf9a6bf --> dddfa04c_44ab_754a_feb4_5ff1b2f0f446
  style 61b4e16c_2ac4_ca31_9bc6_3213bcf9a6bf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { CardsDemo } from "@/components/cards"
import { ThemeWrapper } from "@/components/theme-wrapper"

import "public/registry/themes.css"

export default function ThemesPage() {
  return (
    <ThemeWrapper>
      <CardsDemo />
    </ThemeWrapper>
  )
}

Subdomains

Functions

Dependencies

  • cards
  • theme-wrapper
  • themes.css

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): ThemesPage.
What does page.tsx depend on?
page.tsx imports 3 module(s): cards, theme-wrapper, themes.css.
Where is page.tsx in the architecture?
page.tsx is located at deprecated/www/app/(app)/themes/page.tsx (domain: ComponentRegistry, subdomain: Styles, directory: deprecated/www/app/(app)/themes).

Analyze Your Own Codebase

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

Try Supermodel Free