mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
eslint
This commit is contained in:
@@ -6,8 +6,9 @@ import { Router } from 'react-router';
|
||||
|
||||
import App from './App';
|
||||
|
||||
render((
|
||||
render(
|
||||
<Router history={history}>
|
||||
<App />
|
||||
</Router>
|
||||
), document.getElementById("root"))
|
||||
</Router>,
|
||||
document.getElementById('root')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user