BodyContext.js 104 Bytes Raw Blame History Permalink 1 2 3 import * as React from 'react'; var BodyContext = React.createContext(null); export default BodyContext;