mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Typing stats and code cleanup and organization
This commit is contained in:
+4
-2
@@ -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 />);
|
||||
|
||||
Reference in New Issue
Block a user