Remove old control characters

This commit is contained in:
2025-05-26 04:22:01 +02:00
parent 339a98d8ab
commit 2f523a9219

View File

@ -9,6 +9,6 @@ createRoot(document.getElementById('root')!).render(
<StrictMode>
<CssVarsProvider theme={theme}>
<App />
</CssVarsProvider>;
</StrictMode>,
</CssVarsProvider>
</StrictMode>
)