UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

12 lines (7 loc) 238 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const NavigationContext = /*#__PURE__*/React.createContext({ location: '' }); exports.NavigationContext = NavigationContext;