UNPKG

next-sanity

Version:
13 lines (12 loc) 613 B
"use client"; "use strict"; 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