aboutsummaryrefslogtreecommitdiff
path: root/pages/queries/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/queries/index.js')
-rw-r--r--pages/queries/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/queries/index.js b/pages/queries/index.js
new file mode 100644
index 0000000..79cb903
--- /dev/null
+++ b/pages/queries/index.js
@@ -0,0 +1,4 @@
+import GET_CURRENT_USER from "./GET_CURRENT_USER";
+import GET_MEDIA from "./GET_MEDIA";
+
+export { GET_CURRENT_USER, GET_MEDIA };