//const globalPresence = useQuery(api.users.getPresence); // Does not work
//const globalPresence = useQuery(api.users.index.getPresence); // Does work
const globalPresence = useQuery(api.users.queries.getPresence); // Does work
const updateProfile = useMutation(api.users.updateProfile); // Does not work
//const updateProfile = useMutation(api.users.mutations.updateProfile); // Does work
//const updateProfile = useMutation(api.users.index.updateProfile); // Does work
//const globalPresence = useQuery(api.users.getPresence); // Does not work
//const globalPresence = useQuery(api.users.index.getPresence); // Does work
const globalPresence = useQuery(api.users.queries.getPresence); // Does work
const updateProfile = useMutation(api.users.updateProfile); // Does not work
//const updateProfile = useMutation(api.users.mutations.updateProfile); // Does work
//const updateProfile = useMutation(api.users.index.updateProfile); // Does work