Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 26, 2023
1 parent 647022e commit 34f0e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {getSocialMetas} from './seo.ts'
import {Themed} from './theme-provider.tsx'
import {type Timings} from './timing.server.ts'
import {useOptionalUser} from './use-root-data.ts'
import {MetaFunction, TypedResponse} from '@remix-run/node'
import {type MetaFunction, type TypedResponse} from '@remix-run/node'

type CachifiedOptions = {
forceFresh?: boolean | string
Expand Down

0 comments on commit 34f0e2a

Please sign in to comment.