WIP Budget route and basic layout
This commit is contained in:
@@ -29,4 +29,7 @@ Router.map(function() {
|
||||
this.route('eth-account');
|
||||
this.route('complete');
|
||||
});
|
||||
this.route('budget', function() {
|
||||
this.route('expenses');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user