Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Jan 23, 2024
1 parent 93d9efc commit 141dc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getProposalIdentifier } from './helpers.js'
import { Snapshot } from './Snapshot.js'
import { LoadingFailCard } from './LoadingFailCard.js'
// @ts-expect-error undocumented api
import { unstable_Cache as Cache, unstable_useCacheRefresh } from 'react'
import { unstable_useCacheRefresh } from 'react'

interface PostInspectorProps {
url: string
Expand Down

0 comments on commit 141dc25

Please sign in to comment.