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