Skip to content

Commit 95fc88c

Browse files
committed
fix types
1 parent 6910962 commit 95fc88c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

storybook/stories/EmbedOptions/template.stories.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ ReScript.storyName = 'ReScript';
4242
export const Reason = livecodesStory({ template: 'reason' });
4343
export const Ocaml = livecodesStory({ template: 'ocaml' });
4444
export const Python = livecodesStory({ template: 'python' });
45-
export const PythonPyodide = livecodesStory({ template: 'pyodide' });
45+
export const PythonPyodide = livecodesStory({ template: 'python-wasm' });
4646
export const R = livecodesStory({ template: 'r' });
4747
export const Ruby = livecodesStory({ template: 'ruby' });
4848
export const Go = livecodesStory({ template: 'go' });
4949
export const PHP = livecodesStory({ template: 'php' });
5050
export const Cpp = livecodesStory({ template: 'cpp' });
51-
export const CppClang = livecodesStory({ template: 'clang' });
51+
export const CppClang = livecodesStory({ template: 'cpp-wasm' });
5252
export const Perl = livecodesStory({ template: 'perl' });
5353
export const Lua = livecodesStory({ template: 'lua' });
5454
export const Teal = livecodesStory({ template: 'teal' });

0 commit comments

Comments
 (0)