Skip to content

Commit

Permalink
Change jsx type in import
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnerCat committed Jun 5, 2024
1 parent 88e96c7 commit 9c9cffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import App from './App'
import './index.css'

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<App />
</React.StrictMode>,
</React.StrictMode>
)

0 comments on commit 9c9cffa

Please sign in to comment.