Spaces:
No application file
No application file
Update src/main.jsx
#19
by hotboxxgenn - opened
- src/main.jsx +0 -1
src/main.jsx
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import React from 'react'
|
| 2 |
import ReactDOM from 'react-dom/client'
|
| 3 |
import App from './App.jsx'
|
| 4 |
-
import './index.css'
|
| 5 |
|
| 6 |
ReactDOM.createRoot(document.getElementById('root')).render(
|
| 7 |
<React.StrictMode>
|
|
|
|
| 1 |
import React from 'react'
|
| 2 |
import ReactDOM from 'react-dom/client'
|
| 3 |
import App from './App.jsx'
|
|
|
|
| 4 |
|
| 5 |
ReactDOM.createRoot(document.getElementById('root')).render(
|
| 6 |
<React.StrictMode>
|