diff --git a/app/utils/hooks/use-theme.ts b/app/utils/hooks/use-theme.ts index cd6d095c..ac8e51e8 100644 --- a/app/utils/hooks/use-theme.ts +++ b/app/utils/hooks/use-theme.ts @@ -1,9 +1,9 @@ /** * Implementation based on github.com/epicweb-dev/epic-stack */ +import { useFetcher } from '@remix-run/react' import * as cookie from 'cookie' import { z } from 'zod' -import { useFetcher } from '@remix-run/react' import { useHints } from '#app/utils/hooks/use-hints' import { useRequestInfo } from '#app/utils/hooks/use-request-info' diff --git a/tests/setup/custom-matchers.ts b/tests/setup/custom-matchers.ts index 3e60a61a..ede0d498 100644 --- a/tests/setup/custom-matchers.ts +++ b/tests/setup/custom-matchers.ts @@ -1,8 +1,8 @@ import * as setCookieParser from 'set-cookie-parser' import { expect } from 'vitest' // import { sessionKey } from '#app/utils/auth.server.ts' -import { prisma } from '#app/utils/db.server.ts' -import { authSessionStorage } from '#app/utils/session.server.ts' +// import { prisma } from '#app/utils/db.server.ts' +// import { authSessionStorage } from '#app/utils/session.server.ts' import { type ToastInput, toastSessionStorage,