Expand views

This commit is contained in:
James Cole
2023-08-09 14:13:32 +02:00
parent deb51bd8de
commit 3925077223
7 changed files with 322 additions and 82 deletions

View File

@@ -25,8 +25,9 @@ import accounts from './pages/dashboard/accounts.js';
import budgets from './pages/dashboard/budgets.js';
import categories from './pages/dashboard/categories.js';
import sankey from './pages/dashboard/sankey.js';
import subscriptions from './pages/dashboard/subscriptions.js';
const comps = {dates, boxes, accounts, budgets, categories, sankey};
const comps = {dates, boxes, accounts, budgets, categories, sankey, subscriptions};
function loadPage(comps) {
Object.keys(comps).forEach(comp => {