Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/v4/content/docs/installation/manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Components are styled using Tailwind CSS. You need to install Tailwind CSS in yo
Add the following dependencies to your project:

```bash
npm install class-variance-authority clsx tailwind-merge lucide-react tw-animate-css
npm install shadcn class-variance-authority clsx tailwind-merge lucide-react tw-animate-css
```

### Configure path aliases
Expand Down
Loading