summaryrefslogtreecommitdiff
path: root/app/services/queries/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/queries/index.js')
-rw-r--r--app/services/queries/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/queries/index.js b/app/services/queries/index.js
index 30087f6..03b649c 100644
--- a/app/services/queries/index.js
+++ b/app/services/queries/index.js
@@ -1,5 +1,7 @@
import FetchWorkouts from './fetch-workouts';
+import FetchNewWorkout from './fetch-new-workout';
export {
+ FetchNewWorkout,
FetchWorkouts,
};