mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Migrate to TS with ESLint and Prettier
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import App from './App.jsx';
|
||||
import './index.css';
|
||||
|
||||
// TODO: Bring back string mode when building and deploying
|
||||
createRoot(document.getElementById('root')).render(<App />);
|
||||
Reference in New Issue
Block a user