hotboxxgenn commited on
Commit
fffb367
·
verified ·
1 Parent(s): 74f4512

Update src/main.jsx (#12)

Browse files

- Update src/main.jsx (d317b647fcf06651d53b0a23a01c60752c3e9794)

Files changed (1) hide show
  1. src/main.jsx +1 -0
src/main.jsx CHANGED
@@ -1,6 +1,7 @@
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>
 
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>