next-sanity
Version:
Sanity.io toolkit for Next.js
13 lines (12 loc) • 613 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: !0 });
var jsxRuntime = require("react/jsx-runtime"), react = require("react");
const NextStudioClientComponent = react.lazy(() => Promise.resolve().then(function() {
return require("../_chunks-cjs/NextStudio.cjs");
}));
function NextStudioLazyClientComponent(props) {
return /* @__PURE__ */ jsxRuntime.jsx(react.Suspense, { fallback: null, children: /* @__PURE__ */ jsxRuntime.jsx(NextStudioClientComponent, { ...props }) });
}
exports.NextStudio = NextStudioLazyClientComponent;
//# sourceMappingURL=client-component.cjs.map