Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Jun 2, 2024
1 parent 55d903a commit 38c6fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/utils/hooks/use-theme.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
4 changes: 2 additions & 2 deletions tests/setup/custom-matchers.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 38c6fd8

Please sign in to comment.