Fix: Remove old index.js file and update index.html for React 19 compatibility

This commit is contained in:
TheMaddax 2025-12-15 09:13:22 -07:00
parent 38773dbd2a
commit 45d4ff3d61
2 changed files with 1922 additions and 11 deletions

View file

@ -1,11 +0,0 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import './tailwind.css';
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
);

1922
client/src/tailwind.css Normal file

File diff suppressed because it is too large Load diff