import Fly from 'flyio/dist/npm/fly'var fly=new Fly;fly.config.baseURL = "http://ip-api.com/json"export function getLocation() { return fly.get("/")}