diff options
| author | Factiven <[email protected]> | 2023-05-25 22:56:21 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-25 22:56:21 +0700 |
| commit | 8dcb5cb96819547e574d4ca619c54c6f902b8860 (patch) | |
| tree | 492e9147c106d7ddb7706c7ba2127f6d04ac49ce /queries/index.js | |
| parent | Update videoPlayer.js (diff) | |
| download | moopa-8dcb5cb96819547e574d4ca619c54c6f902b8860.tar.xz moopa-8dcb5cb96819547e574d4ca619c54c6f902b8860.zip | |
Update v3.6.1
> Added Thumbnail to info page
> Temporarily removed Manga from website until the page is finished
Diffstat (limited to 'queries/index.js')
| -rw-r--r-- | queries/index.js | 4 |
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 }; |