Home / File/ main.tsx — tailwindcss Source File

main.tsx — tailwindcss Source File

Architecture documentation for main.tsx, a tsx file in the tailwindcss codebase. 5 imports, 0 dependents.

File tsx Oxide 5 imports

Entity Profile

Dependency Diagram

graph LR
  fe72c5ae_2c0d_3f53_f8df_3b9ee4314104["main.tsx"]
  d384f4f3_dd45_7a54_6973_dcf22067d131["app.tsx"]
  fe72c5ae_2c0d_3f53_f8df_3b9ee4314104 --> d384f4f3_dd45_7a54_6973_dcf22067d131
  a2755c1c_5c08_078b_fa52_8f3659518d1f["App"]
  fe72c5ae_2c0d_3f53_f8df_3b9ee4314104 --> a2755c1c_5c08_078b_fa52_8f3659518d1f
  b52568e7_174a_edba_99ca_66675f91bee0["index.css"]
  fe72c5ae_2c0d_3f53_f8df_3b9ee4314104 --> b52568e7_174a_edba_99ca_66675f91bee0
  be58ec09_9826_b0f2_3ad8_4f50afa2aca1["react"]
  fe72c5ae_2c0d_3f53_f8df_3b9ee4314104 --> be58ec09_9826_b0f2_3ad8_4f50afa2aca1
  39d59314_c699_1aad_037e_cf10abf18d47["client"]
  fe72c5ae_2c0d_3f53_f8df_3b9ee4314104 --> 39d59314_c699_1aad_037e_cf10abf18d47
  style fe72c5ae_2c0d_3f53_f8df_3b9ee4314104 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import React from 'react'
import ReactDOM from 'react-dom/client'
import { App } from './app'

import './index.css'

ReactDOM.createRoot(document.getElementById('app')!).render(
  <React.StrictMode>
    <App />
  </React.StrictMode>,
)

Domain

Dependencies

Frequently Asked Questions

What does main.tsx do?
main.tsx is a source file in the tailwindcss codebase, written in tsx. It belongs to the Oxide domain.
What does main.tsx depend on?
main.tsx imports 5 module(s): App, app.tsx, client, index.css, react.
Where is main.tsx in the architecture?
main.tsx is located at playgrounds/vite/src/main.tsx (domain: Oxide, directory: playgrounds/vite/src).

Analyze Your Own Codebase

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

Try Supermodel Free