Skip to content

Commit 0323441

Browse files
committed
fix(storybook-utils): fix exports
1 parent 6a4a4cf commit 0323441

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/six-lions-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@web/storybook-utils': patch
3+
---
4+
5+
fix exports

packages/storybook-utils/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './dist/index.js';
1+
export * from './src/index.js';

0 commit comments

Comments
 (0)