aboutsummaryrefslogtreecommitdiff
path: root/queries/index.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-04-17 13:33:37 +0700
committerFactiven <[email protected]>2023-04-17 13:33:37 +0700
commit545d8a3473823f0a86cad3c177dbbb4ebb794a75 (patch)
tree1606111911ea31c8fd8f9560dade41f5fedd6520 /queries/index.js
parentUpdate 7th (diff)
downloadmoopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.tar.xz
moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.zip
Snapshot Moopa v3.2
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 };