Rebuild frontend.

This commit is contained in:
James Cole
2020-11-25 06:32:30 +01:00
parent 16018109c8
commit 6c14742ce0
15 changed files with 90 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ import MainAccountList from "../components/dashboard/MainAccountList";
import MainBillsList from "../components/dashboard/MainBillsList";
import MainBudgetList from "../components/dashboard/MainBudgetList";
import MainCredit from "../components/dashboard/MainCredit";
import MainDebit from "../components/dashboard/MainDebit";
import MainDebitList from "../components/dashboard/MainDebitList";
import MainPiggyList from "../components/dashboard/MainPiggyList";
import TransactionListLarge from "../components/transactions/TransactionListLarge";
import TransactionListMedium from "../components/transactions/TransactionListMedium";
@@ -57,7 +57,7 @@ Vue.component('main-bills-list', MainBillsList);
Vue.component('main-budget-list', MainBudgetList);
Vue.component('main-category-list', MainCategoryList);
Vue.component('main-credit', MainCredit);
Vue.component('main-debit', MainDebit);
Vue.component('main-debit-list', MainDebitList);
Vue.component('main-piggy-list', MainPiggyList);
// i18n