Skip to content

Commit c067013

Browse files
chore: use app alias for cache server
Co-authored-by: me <me@kentcdodds.com>
1 parent 06c72fd commit c067013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/providers/github.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createId as cuid } from '@paralleldrive/cuid2'
33
import { redirect } from 'react-router'
44
import { GitHubStrategy } from 'remix-auth-github'
55
import { z } from 'zod'
6-
import { cache, cachified } from '../cache.server.ts'
6+
import { cache, cachified } from '#app/utils/cache.server.ts'
77
import { type Timings } from '../timing.server.ts'
88
import { MOCK_CODE_GITHUB_HEADER, MOCK_CODE_GITHUB } from './constants.ts'
99
import { type AuthProvider } from './provider.ts'

0 commit comments

Comments
 (0)