const getters = { auth: state => state.auth.token, location: state => state.location, ws: state => state.ws, policy: state => state.policy, } export default getters