8 lines
		
	
	
		
			163 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import BaseLayout from './base.layout.vue';
 | |
| import ToolLayout from './tool.layout.vue';
 | |
| 
 | |
| export const layouts = {
 | |
|   base: BaseLayout,
 | |
|   toolLayout: ToolLayout,
 | |
| };
 |