WIP Budget route and basic layout

This commit is contained in:
2020-06-27 13:36:28 +02:00
parent 769317777c
commit 3b127b0e81
8 changed files with 89 additions and 0 deletions
+3
View File
@@ -29,4 +29,7 @@ Router.map(function() {
this.route('eth-account');
this.route('complete');
});
this.route('budget', function() {
this.route('expenses');
});
});