mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Expand views
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user