1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 01:40:36 +03:00
redux-devtools/extension/examples/react-counter-messaging/index.js

6 lines
162 B
JavaScript
Raw Normal View History

import React from 'react';
import { render } from 'react-dom';
import Counter from './components/Counter';
render(<Counter />, document.getElementById('root'));