Port front-end changes from f665901e3c0930fb8b3741f6bc6f6a15dd0343f6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import React from 'react';
 | |
| import Column from 'flavours/glitch/features/ui/components/column';
 | |
| import MissingIndicator from 'flavours/glitch/components/missing_indicator';
 | |
| 
 | |
| const GenericNotFound = () => (
 | |
|   <Column>
 | |
|     <MissingIndicator fullPage />
 | |
|   </Column>
 | |
| );
 | |
| 
 | |
| export default GenericNotFound;
 |