UNPKG

170 BJavaScriptView Raw
1import React from 'react'; // TODO: check this
2
3var NavContext = /*#__PURE__*/React.createContext(null);
4NavContext.displayName = 'NavContext';
5export default NavContext;
\No newline at end of file