The redux store is exported in a global variable and used in create-study-form.js and in rest-api.js For react components, there's no need to access globally because it's in the context. For rest API, can we remove it ? how ?