sanity-plugin-latex-input

3.0.83.0.9
dist/index.js
~dist/index.jsModified
−1
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -1,8 +1,7 @@
 import { definePlugin, defineType } from "sanity";
 import { c } from "react/compiler-runtime";
 import { renderToString } from "katex";
-import "react";
 import "katex/dist/katex.min.css";
 import { jsx } from "react/jsx-runtime";
 const LatexPreview = (props) => {
 	let $ = c(6), latex = props?.body || "", isInline = props.layout === "inline", t0 = !isInline, t1;