Skip to content

Commit

Permalink
fix: import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Sep 13, 2024
1 parent d7b2f16 commit fcfead5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/sanity/src/core/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from './isString'
export * from './isTruthy'
export * from './PartialExcept'
export * from './resizeObserver'
export * from './resolvePerspective'
export * from './schemaUtils'
export * from './searchUtils'
export * from './supportsTouch'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import {
createSearch,
DRAFTS_FOLDER,
getSearchableTypes,
resolvePerspective,
type SanityDocumentLike,
type Schema,
type SearchOptions,
} from 'sanity'

import {type SearchOptions} from '../../../core/search'
import {resolvePerspective} from '../../../core/util/resolvePerspective'
import {getExtendedProjection} from '../../structureBuilder/util/getExtendedProjection'
// FIXME
// eslint-disable-next-line boundaries/element-types
Expand Down

0 comments on commit fcfead5

Please sign in to comment.