1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-15 18:00:05 +00:00

fix(root-package.json): lint:fix command fixed in root package json

This commit is contained in:
2021-10-25 06:31:04 +00:00
parent 0fb4301966
commit ec6333f6aa
4 changed files with 19 additions and 14 deletions

View File

@@ -3,11 +3,9 @@ import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
)