Fix: Remove old index.js file and update index.html for React 19 compatibility
This commit is contained in:
parent
38773dbd2a
commit
45d4ff3d61
2 changed files with 1922 additions and 11 deletions
|
|
@ -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
1922
client/src/tailwind.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue