aboutsummaryrefslogtreecommitdiff
path: root/queries/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'queries/index.js')
-rw-r--r--queries/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/queries/index.js b/queries/index.js
index c93e39f..4cd8580 100644
--- a/queries/index.js
+++ b/queries/index.js
@@ -1,3 +1,5 @@
import GET_CURRENT_USER from "./GET_CURRENT_USER";
+import { GET_MEDIA_USER } from "./GET_MEDIA_USER";
+import { GET_MEDIA_INFO } from "./GET_MEDIA_INFO";
-export { GET_CURRENT_USER };
+export { GET_CURRENT_USER, GET_MEDIA_USER, GET_MEDIA_INFO };