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,6 +1,6 @@
<script lang="ts">
import { createForm } from '@tanstack/svelte-form';
import { z } from 'zod';
import z from 'zod/v4';
import { authClient } from '$lib/auth-client';
import { goto } from '$app/navigation';

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { createForm } from '@tanstack/svelte-form';
import { z } from 'zod';
import z from 'zod/v4';
import { authClient } from '$lib/auth-client';
import { goto } from '$app/navigation';