Skip to content

Commit

Permalink
Merge pull request #19048 from clintandrewhall/preview-web-dep-6.5
Browse files Browse the repository at this point in the history
Core: Fix WebProjectAnnotations export in preview-web for back-compat
  • Loading branch information
shilman committed Aug 31, 2022
2 parents ac21827 + fed59c8 commit e9e10ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/preview-web/src/index.ts
@@ -1,5 +1,6 @@
// FIXME: breaks builder-vite, remove this in 7.0
export { composeConfigs } from '@storybook/store';
export type { WebProjectAnnotations } from '@storybook/store';

export { Preview } from './Preview';
export { PreviewWeb } from './PreviewWeb';
Expand Down

0 comments on commit e9e10ee

Please sign in to comment.