diff --git a/app/root.tsx b/app/root.tsx index 85dd15c..428f086 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -1,4 +1,5 @@ import { getFormProps, useForm } from '@conform-to/react' +import { parseWithZod } from '@conform-to/zod' import { invariantResponse } from '@epic-web/invariant' import { cssBundleHref } from '@remix-run/css-bundle' import { @@ -41,7 +42,6 @@ import { useRequestInfo } from './utils/request-info.ts' import { type Theme, setTheme, getTheme } from './utils/theme.server.ts' import { makeTimings, time } from './utils/timing.server.ts' import { getToast } from './utils/toast.server.ts' -import { parseWithZod } from '@conform-to/zod' export const links: LinksFunction = () => { return [