ui
ui copied to clipboard
refactor: update zod imports
As of v3 of zod, using import * as z from "zod" is no longer required, see here.
This PR aligns all zod imports to match import { z } from "zod"
Both methods are already used in the project.
This also aligns imports to match zod documentation.
@kevinmitch14 is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
Oh good to know. Thank you.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 28, 2024 8:46am |
@kevinmitch14 any chance you can break the cli changes in a separate PR? We'll need a changeset for it. Thanks.
apps/* changes
CLI changes made in #2473