Updated code.

This commit is contained in:
James Cole
2022-06-07 19:46:09 +02:00
parent c3bd46d7c0
commit 86d4549874
6 changed files with 53 additions and 28 deletions

View File

@@ -94,7 +94,7 @@ export default {
name: "Dashboard",
components: {
AccountChart: defineAsyncComponent(() => import('../../components/dashboard/AccountChart.vue')),
NetWorthInsightBox: defineAsyncComponent(() => import('../../components/dashboard/BillInsightBox.vue')),
NetWorthInsightBox: defineAsyncComponent(() => import('../../components/dashboard/NetWorthInsightBox.vue')),
BillInsightBox: defineAsyncComponent(() => import('../../components/dashboard/BillInsightBox.vue')),
SpendInsightBox: defineAsyncComponent(() => import('../../components/dashboard/SpendInsightBox.vue')),
}