fix: resolve JSX closing tag error in App.tsx
Some checks failed
Release Binaries / release (push) Has been cancelled

This commit is contained in:
Gemini AI
2025-12-29 01:32:32 +04:00
Unverified
parent 97a9b0955b
commit 39d1e03785

View File

@@ -496,6 +496,7 @@ const App: Component = () => {
},
}}
/>
</div>
</Show>
</>
)