mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import React from 'react';
 | |
| import App from './containers/App';
 | |
| import 'todomvc-app-css/index.css';
 | |
| 
 | |
| React.render(
 | |
|   <App />,
 | |
|   document.getElementById('root')
 | |
| );
 |