diff --git a/src/components/json-code-editor/index.tsx b/src/components/json-code-editor/index.tsx index 1f0c1e8..973815a 100644 --- a/src/components/json-code-editor/index.tsx +++ b/src/components/json-code-editor/index.tsx @@ -1,4 +1,4 @@ -import { useMemo, useRef } from "react" +import React, { useMemo, useRef } from "react" type JsonCodeEditorProps = { value: string