We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8178d1 commit a50b836Copy full SHA for a50b836
apps/web/src/routes/setup.tsx
@@ -5,7 +5,7 @@ import { Card, Form, Heading, LanguageToggle, ThemeToggle } from '@douglasneuroi
5
import { useTranslation } from '@douglasneuroinformatics/libui/hooks';
6
import { LoadingPage, Logo } from '@opendatacapture/react-core';
7
import { createFileRoute, Navigate, redirect, useRouter } from '@tanstack/react-router';
8
-import z from 'zod/v4';
+import { z } from 'zod/v4';
9
10
import { useCreateSetupStateMutation } from '@/hooks/useCreateSetupStateMutation';
11
import { setupStateQueryOptions } from '@/hooks/useSetupStateQuery';
0 commit comments