summaryrefslogtreecommitdiff
path: root/app/services/queries/index.js
blob: 03b649c0dda0779df0ac461c8cbb5fbc40445a68 (plain)
1
2
3
4
5
6
7
import FetchWorkouts from './fetch-workouts';
import FetchNewWorkout from './fetch-new-workout';

export {
  FetchNewWorkout,
  FetchWorkouts,
};