Typing stats and code cleanup and organization

This commit is contained in:
2025-02-15 19:06:19 +01:00
parent 4fc0fbf1ed
commit 4bb441a125
13 changed files with 209 additions and 157 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
import { createRoot } from 'react-dom/client';
import App from './App.jsx';
import App from './App.tsx';
import './index.css';
// TODO: Bring back string mode when building and deploying
// TODO: Bring back strict mode when building and deploying
createRoot(document.getElementById('root')).render(<App />);