mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-08 07:30:45 +03:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
|
import { render } from 'react-dom';
|
||
|
import React from 'react';
|
||
|
import App from './App';
|
||
|
|
||
|
render(<App />, document.getElementById('root'));
|