We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab1318 commit 668b2c0Copy full SHA for 668b2c0
1 file changed
README.md
@@ -36,18 +36,6 @@ Some design choices have been made that deviate from the original video. These m
36
- **Tailwind CSS v4** - Utility-first CSS framework
37
- **Turbopack** - High-performance build tool
38
39
-## Project Structure
40
-
41
-```
42
-src/
43
-├── app/
44
-│ ├── layout.tsx # Root layout with fonts
45
-│ ├── page.tsx # Home page
46
-│ └── globals.css # Global styles
47
-└── components/
48
- └── ToggleButton.tsx # The star of the show
49
50
51
## Commands
52
53
```bash
0 commit comments