mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-14 18:40:51 +03:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
|
import React from 'react';
|
||
|
import ReactDOM from 'react-dom';
|
||
|
import App from './App';
|
||
|
|
||
|
ReactDOM.render(<App />, document.getElementById('root'));
|