diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 4ddef18..cfa5c1f 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -261,17 +261,19 @@ const App: React.FC = () => {
- -
- - {order.map((key: string) => { - const Component = componentMap[key] - if (!Component) return null - return - })} - -
-
+
+ +
+ + {order.map((key: string) => { + const Component = componentMap[key] + if (!Component) return null + return + })} + +
+
+
)}