more additions.

This commit is contained in:
Brian McGonagill 2026-02-05 11:16:16 -06:00
parent dd7e4a4933
commit e8649038ad
5 changed files with 82 additions and 33 deletions

View file

@ -75,4 +75,11 @@ FlowRouter.route('/workoutLog', {
action() {
this.render('MainLayout', { main: "workoutLog"});
}
});
FlowRouter.route('/logbook', {
name: 'logbook',
action() {
this.render('MainLayout', { main: "logbook"});
}
});