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:
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user