We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c72fd commit c067013Copy full SHA for c067013
1 file changed
app/utils/providers/github.server.ts
@@ -3,7 +3,7 @@ import { createId as cuid } from '@paralleldrive/cuid2'
3
import { redirect } from 'react-router'
4
import { GitHubStrategy } from 'remix-auth-github'
5
import { z } from 'zod'
6
-import { cache, cachified } from '../cache.server.ts'
+import { cache, cachified } from '#app/utils/cache.server.ts'
7
import { type Timings } from '../timing.server.ts'
8
import { MOCK_CODE_GITHUB_HEADER, MOCK_CODE_GITHUB } from './constants.ts'
9
import { type AuthProvider } from './provider.ts'
0 commit comments