UNPKG

next-sanity

Version:
9 lines (8 loc) 313 B
"use client"; import dynamic from "next/dynamic"; /** * @internal CAUTION: this is an internal component and does not follow semver. Using it directly is at your own risk. */ const SanityLive = dynamic(() => import("../../SanityLive.js"), { ssr: false }); export { SanityLive }; //# sourceMappingURL=index.js.map