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 OxideEngine 5 imports

Entity Profile

Dependency Diagram

graph LR
  5bc8668f_a8e8_f396_cce1_31b71ba474e9["main.tsx"]
  6c222ec7_f9a8_467c_1707_1bd124befc98["app.tsx"]
  5bc8668f_a8e8_f396_cce1_31b71ba474e9 --> 6c222ec7_f9a8_467c_1707_1bd124befc98
  59647d58_8c84_1005_72ca_b2543ff6eb49["App"]
  5bc8668f_a8e8_f396_cce1_31b71ba474e9 --> 59647d58_8c84_1005_72ca_b2543ff6eb49
  93f989c6_9b03_0d7c_95f8_5fee4cfb711a["index.css"]
  5bc8668f_a8e8_f396_cce1_31b71ba474e9 --> 93f989c6_9b03_0d7c_95f8_5fee4cfb711a
  c78cc7e0_f673_415b_bd9d_7645df0371af["react"]
  5bc8668f_a8e8_f396_cce1_31b71ba474e9 --> c78cc7e0_f673_415b_bd9d_7645df0371af
  5fe52b54_5b8c_2ff1_68d1_15a0706812a1["client"]
  5bc8668f_a8e8_f396_cce1_31b71ba474e9 --> 5fe52b54_5b8c_2ff1_68d1_15a0706812a1
  style 5bc8668f_a8e8_f396_cce1_31b71ba474e9 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 OxideEngine 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: OxideEngine, directory: playgrounds/vite/src).

Analyze Your Own Codebase

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

Try Supermodel Free