fix zod v4

This commit is contained in:
Aman Varshney
2025-05-21 16:02:33 +05:30
parent 01d745a3e5
commit 5cfd3d38dd
28 changed files with 42 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { z } from 'zod'
import z from 'zod/v4'
const {$authClient} = useNuxtApp()
import type { FormSubmitEvent } from '#ui/types'

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { z } from 'zod'
import z from 'zod/v4'
import type { FormSubmitEvent } from '#ui/types'
const {$authClient} = useNuxtApp()