fix: refactor styles (#10190)

* feat: refactor styles handling across v4

* fix

* fix

* fix

* fix

* fix

* fix
This commit is contained in:
shadcn
2026-03-26 14:36:00 +04:00
committed by GitHub
parent 5570b3e24a
commit 7d718ddaa9
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" />