"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = require("react");
const RespondContext = (0, _react.createContext)();
RespondContext.displayName = 'RespondContext';
var _default = exports.default = RespondContext;