UNPKG

shipthis

Version:

ShipThis manages building and uploading your Godot games to the App Store and Google Play.

11 lines (8 loc) 338 B
import { useQuery } from '@tanstack/react-query'; import { Q as getGoogleStatus } from './index-BwnzoldS.js'; import { c as cacheKeys } from './useAndroidServiceAccountTestResult-CwKeW0ED.js'; const useGoogleStatus = () => useQuery({ queryFn: getGoogleStatus, queryKey: cacheKeys.googleStatus() }); export { useGoogleStatus as u };