Skip to content

Commit 096b3c7

Browse files
committed
fix exports again
1 parent 2976b50 commit 096b3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/local-preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export function managerEntries(entry = []) {
1111
return [...entry, fileURLToPath(import.meta.resolve("../dist/manager.js"))];
1212
}
1313

14-
export * from "../src/preset.ts";
14+
export * from "../dist/preset.js";

0 commit comments

Comments
 (0)