mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <BasePage>
 | |
|     <DashboardStats />
 | |
|     <DashboardTable />
 | |
|   </BasePage>
 | |
| </template>
 | |
| 
 | |
| <script setup>
 | |
| import DashboardStats from '@/scripts/customer/views/dashboard/DashboardStats.vue'
 | |
| import DashboardTable from '@/scripts/customer/views/dashboard/DashboardTable.vue'
 | |
| </script>
 |