mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 16:07:27 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import React from 'react';
 | |
| 
 | |
| class Empty extends React.Component {
 | |
|     render() {
 | |
|       return <div />;
 | |
|     }
 | |
| }
 | |
| 
 | |
| module.exports = Empty;
 |