Initial commit
This commit is contained in:
parent
9ed5089508
commit
78e0e82449
16 changed files with 317 additions and 15 deletions
18
client/General/Workouts/WorkoutLogs/workoutLog.js
Normal file
18
client/General/Workouts/WorkoutLogs/workoutLog.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
import { Workouts } from '../../../imports/api/workouts.js';
|
||||
|
||||
Template.workoutsLog.onCreated(function() {
|
||||
this.subscribe("myWorkoutRoutines");
|
||||
});
|
||||
|
||||
Template.workoutsLog.onRendered(function() {
|
||||
|
||||
});
|
||||
|
||||
Template.workoutsLog.helpers({
|
||||
|
||||
});
|
||||
|
||||
Template.workoutsLog.events({
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue