mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 02:01:19 +00:00
Budget and category charts in new layout.
This commit is contained in:
8
frontend/src/pages/dashboard.js
vendored
8
frontend/src/pages/dashboard.js
vendored
@@ -23,8 +23,8 @@ import TopBoxes from "../components/dashboard/TopBoxes";
|
||||
import MainAccount from "../components/dashboard/MainAccount";
|
||||
import MainAccountList from "../components/dashboard/MainAccountList";
|
||||
import MainBillsChart from "../components/dashboard/MainBillsChart";
|
||||
import MainBudgetChart from "../components/dashboard/MainBudgetChart";
|
||||
import MainCategoryChart from "../components/dashboard/MainCategoryChart";
|
||||
import MainBudget from "../components/dashboard/MainBudget";
|
||||
import MainCategory from "../components/dashboard/MainCategory";
|
||||
import MainCrebitChart from "../components/dashboard/MainCrebitChart";
|
||||
import MainDebitChart from "../components/dashboard/MainDebitChart";
|
||||
import MainPiggyList from "../components/dashboard/MainPiggyList";
|
||||
@@ -49,8 +49,8 @@ Vue.component('top-boxes', TopBoxes);
|
||||
Vue.component('main-account', MainAccount);
|
||||
Vue.component('main-account-list', MainAccountList);
|
||||
Vue.component('main-bills-chart', MainBillsChart);
|
||||
Vue.component('main-budget-chart', MainBudgetChart);
|
||||
Vue.component('main-category-chart', MainCategoryChart);
|
||||
Vue.component('main-budget', MainBudget);
|
||||
Vue.component('main-category', MainCategory);
|
||||
Vue.component('main-credit-chart', MainCrebitChart);
|
||||
Vue.component('main-debit-chart', MainDebitChart);
|
||||
Vue.component('main-piggy-list', MainPiggyList);
|
||||
|
||||
Reference in New Issue
Block a user