mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 23:20:46 +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'));
|