feat: refactor styles handling across v4 (#10176)

* feat: refactor styles handling across v4

* fix

* fix

* fix

* fix

* fix

* fix
This commit is contained in:
shadcn
2026-03-26 09:50:58 +04:00
committed by GitHub
parent 6a070bf8c5
commit 64b88b6cdb
1569 changed files with 70106 additions and 5426 deletions

View File

@@ -1,4 +1,4 @@
import { Input } from "@/examples/base/ui/input"
import { Input } from "@/styles/base-nova/ui/input"
export function InputBasic() {
return <Input placeholder="Enter text" />