context.js 131 Bytes
var STORE_CONTEXT = null

export const createConetxt = store => STORE_CONTEXT = store

export const getStore = () => STORE_CONTEXT