Skip to content

Commit

Permalink
[base] Fix wrong reexport from base/preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 14, 2021
1 parent bffe151 commit 65f8127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/base/src/preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import resolveRefType from './utils/resolveRefType'
import {createPathObserver} from './createPathObserver'
import {createPreviewObserver} from './createPreviewObserver'

export {default} from './components/SanityDefaultPreview'
export {default} from './components/SanityPreview'
export {default as SanityDefaultPreview} from './components/SanityDefaultPreview'
export {default as PreviewFields} from './components/PreviewFields'
export {default as SanityPreview} from './components/SanityPreview'
Expand Down

1 comment on commit 65f8127

@vercel
Copy link

@vercel vercel bot commented on 65f8127 Jan 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.