Skip to content

Commit

Permalink
fix: remove circular reference to usePaneRouter (#6664)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed May 17, 2024
1 parent 69246c1 commit d66def2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
CommentsProvider,
useCommentsEnabled,
} from 'sanity'
import {usePaneRouter} from 'sanity/structure'

import {usePaneRouter} from '../../../components'
import {useDocumentPane} from '../useDocumentPane'

interface CommentsWrapperProps {
Expand Down

0 comments on commit d66def2

Please sign in to comment.