mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Fix @redux-devtools/app README
This commit is contained in:
parent
b82de74592
commit
ae5bc5736e
|
@ -17,9 +17,9 @@ Also it's a react component you can use to build amazing monitor applications li
|
||||||
```js
|
```js
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactDom from 'react-dom';
|
import ReactDom from 'react-dom';
|
||||||
import DevToolsApp from '@redux-devtools/app';
|
import { Root } from '@redux-devtools/app';
|
||||||
|
|
||||||
ReactDom.render(<App />, document.getElementById('root'));
|
ReactDom.render(<Root />, document.getElementById('root'));
|
||||||
```
|
```
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user