We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044ff95 commit 45a4933Copy full SHA for 45a4933
www/src/App.tsx
@@ -38,7 +38,7 @@ export default function App() {
38
Editor
39
</Button> */}
40
</TabItem>
41
- {/* {tabs === 'preview' && <Example />} */}
+ {tabs === 'preview' && <Example />}
42
{/* {tabs === 'editor' && <ExampleEditor />} */}
43
</ExampleWrapper>
44
);
0 commit comments