9 lines
		
	
	
		
			156 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			156 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import Loading from '@/components/layouts/loading';
 | |
| import React from 'react';
 | |
| 
 | |
| const loading = () => {
 | |
|     return <Loading />;
 | |
| };
 | |
| 
 | |
| export default loading;
 | 
