Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegood committed Feb 1, 2024
1 parent 020482b commit 8146dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -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 [
Expand Down

0 comments on commit 8146dbf

Please sign in to comment.