aboutsummaryrefslogtreecommitdiff
path: root/queries/index.js
blob: 79cb903279605af8860275b33c9bb44c9671640e (plain) (blame)
1
2
3
4
import GET_CURRENT_USER from "./GET_CURRENT_USER";
import GET_MEDIA from "./GET_MEDIA";

export { GET_CURRENT_USER, GET_MEDIA };