Skip to content

Commit

Permalink
update index.ysx
Browse files Browse the repository at this point in the history
update index.ysx
  • Loading branch information
sofronijevikj committed Mar 5, 2024
1 parent 1dfdc92 commit 2f50684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@ module.exports = {
],
"no-console": "error",
"react/prop-types": 0
},
"settings": {
"react": {
"version": "detect"
}
}
}
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ReactDOM from 'react-dom'
import { createRoot } from 'react-dom'
import App from './App'

const root = createRoot(document.getElementById('root'));
Expand Down

0 comments on commit 2f50684

Please sign in to comment.