Skip to content

Commit 45a4933

Browse files
committed
website: update example.
1 parent 044ff95 commit 45a4933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function App() {
3838
Editor
3939
</Button> */}
4040
</TabItem>
41-
{/* {tabs === 'preview' && <Example />} */}
41+
{tabs === 'preview' && <Example />}
4242
{/* {tabs === 'editor' && <ExampleEditor />} */}
4343
</ExampleWrapper>
4444
);

0 commit comments

Comments
 (0)