mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
v6 update
This commit is contained in:
11
resources/scripts/customer/views/dashboard/Dashboard.vue
Normal file
11
resources/scripts/customer/views/dashboard/Dashboard.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user