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> <StrictMode>
<CssVarsProvider theme={theme}> <CssVarsProvider theme={theme}>
<App /> <App />
</CssVarsProvider>; </CssVarsProvider>
</StrictMode>, </StrictMode>
) )