@blocklet/pages-kit 0.6.40 → 0.6.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,9 +15,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.useSessionContext = useSessionContext;
18
- const Session_1 = require("@arcblock/did-connect/lib/Session");
18
+ const Session_1 = require("@arcblock/did-connect-react/lib/Session");
19
19
  const react_1 = require("react");
20
- __exportStar(require("@arcblock/did-connect/lib/Session"), exports);
20
+ __exportStar(require("@arcblock/did-connect-react/lib/Session"), exports);
21
21
  function useSessionContext() {
22
22
  return (0, react_1.useContext)(Session_1.SessionContext);
23
23
  }