| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 | 
							- const data = {
 
-   trainings: [
 
-     {
 
-       id: 'training0',
 
-       title: 'Indoor HIIT + Core',
 
-       type: {
 
-         id: 'type0',
 
-         name: 'HIIT',
 
-         description: 'High Intensity Interval Training'
 
-       },
 
-       createdAt: '2019-11-11T21:13:43.284Z',
 
-       trainingDate: '2019-11-12T11:45:00.000Z',
 
-       location: 'Yoga Room',
 
-       registration: [],
 
-       attendance: 14,
 
-       ratings: [],
 
-       published: true,
 
-       content: [
 
-         {
 
-           id: 'block0',
 
-           sequence: 0,
 
-           title: 'Warmup',
 
-           duration: 153,
 
-           variation: '',
 
-           format: {
 
-             id: 'format0',
 
-             name: 'Sequence',
 
-             description: 'Simple sequence of exercises'
 
-           },
 
-           tracks: [
 
-             {
 
-               id: 0,
 
-               title: "Hold on, I'm coming",
 
-               artist: 'Sam & Dave',
 
-               duration: 153,
 
-               link: 'https://open.spotify.com/track/6PgVDY8GTkxF3GmhVGPzoB'
 
-             }
 
-           ],
 
-           exercises: [
 
-             {
 
-               id: 'exercise0',
 
-               name: 'lateral jump squat',
 
-               description: '',
 
-               video: '',
 
-               targets: ['Glutes'],
 
-               baseExercise: {
 
-                 id: 'baseExercise0',
 
-                 name: 'squat'
 
-               }
 
-             }
 
-           ],
 
-           description: 'Warm up everything.'
 
-         },
 
-         {
 
-           id: 'block1',
 
-           sequence: 1,
 
-           title: 'Circuit',
 
-           duration: 720,
 
-           variation: '',
 
-           format: {
 
-             id: 'format1',
 
-             name: 'Circuit',
 
-             description: ''
 
-           },
 
-           tracks: [
 
-             {
 
-               id: 0,
 
-               artist: 'Daniel Portman',
 
-               title: "You're Not Alone",
 
-               duration: 180,
 
-               link: 'https://open.spotify.com/track/0a4lBQU2DEP6QtisqTldkq'
 
-             },
 
-             {
 
-               id: 1,
 
-               artist: 'ATFC & David Penn',
 
-               title: 'Hipcats',
 
-               duration: 180,
 
-               link: 'https://open.spotify.com/track/38HvJkH21S2bRciZHohv68'
 
-             },
 
-             {
 
-               id: 2,
 
-               artist: 'Eli Brown',
 
-               title: 'In the Dance',
 
-               duration: 180,
 
-               link:
 
-                 'https://open.spotify.com/track/0IHFbC9dNZzyZEWy7EZVl1?si=LKAA4MpZRy6oSOk1uZyKBg'
 
-             },
 
-             {
 
-               id: 3,
 
-               artist: 'Biscits',
 
-               title: 'Do It Like This',
 
-               duration: 180,
 
-               link:
 
-                 'https://open.spotify.com/track/6JR7gYT1P4t1koPPgq4miN?si=1dJpkq5FTHaG36gXsfHeAA'
 
-             }
 
-           ],
 
-           exercises: [
 
-             {
 
-               id: 'exercise1',
 
-               name: 'boxer',
 
-               description: '',
 
-               video: '',
 
-               targets: ['Thighs', 'Glutes'],
 
-               baseExercise: {
 
-                 id: 'baseExercise1',
 
-                 name: 'on the spot run'
 
-               }
 
-             },
 
-             {
 
-               id: 'exercise2',
 
-               name: 'rotational drop squat',
 
-               description: '',
 
-               video: '',
 
-               targets: ['Thighs', 'Glutes'],
 
-               baseExercise: {
 
-                 id: 'baseExercise0',
 
-                 name: 'squat'
 
-               }
 
-             }
 
-           ]
 
-         }
 
-       ]
 
-     }
 
-   ],
 
-   polls: []
 
- }
 
- export default data
 
 
  |