Skip to content

Commit

Permalink
fix(singletons): use relative path for StructureToolContextValue type
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Apr 29, 2024
1 parent 73cbcd1 commit 30204c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {createContext} from 'react'
import type {StructureToolContextValue} from 'sanity/structure'

import type {StructureToolContextValue} from '../../structure/types'

/**
* @internal
Expand Down

0 comments on commit 30204c7

Please sign in to comment.