mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import React from 'react';
 | |
| import App from './containers/App';
 | |
| 
 | |
| React.render(
 | |
|   <App />,
 | |
|   document.getElementById('root')
 | |
| );
 |