UNPKG

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