@blocklet/pages-kit 0.2.423 → 0.2.425

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,5 +32,6 @@ export { default as ImagesView } from './runtime-components/ImagesView';
32
32
  export { default as GoogleSearchRelatedQuestionsView } from './runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView';
33
33
  export { default as GoogleSearchSourcesView } from './runtime-components/GoogleSearch/GoogleSearchSourcesView';
34
34
  export { default as MarkdownView } from './runtime-components/MarkdownView';
35
+ export { default as NFTDisplay } from '@arcblock/ux/lib/NFTDisplay';
35
36
  // only use to debug, should be removed when PR
36
37
  export * from './runtime-components/V0';