From 45a493369e1c4401210e2405abf649a87ed445c5 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 17 Oct 2024 04:21:05 +0800 Subject: [PATCH] website: update example. --- www/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/App.tsx b/www/src/App.tsx index 16985ec7..6c52e210 100644 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -38,7 +38,7 @@ export default function App() { Editor */} - {/* {tabs === 'preview' && } */} + {tabs === 'preview' && } {/* {tabs === 'editor' && } */} );