UNPKG

next-sanity

Version:
12 lines (11 loc) 465 B
"use client"; import { jsx } from "react/jsx-runtime"; import { lazy, Suspense } from "react"; const NextStudioClientComponent = lazy(() => import("../_chunks-es/NextStudio.js")); function NextStudioLazyClientComponent(props) { return /* @__PURE__ */ jsx(Suspense, { fallback: null, children: /* @__PURE__ */ jsx(NextStudioClientComponent, { ...props }) }); } export { NextStudioLazyClientComponent as NextStudio }; //# sourceMappingURL=client-component.js.map