From 4ea0f3756d3e290075fab3cb4c21ff89bdccab8e Mon Sep 17 00:00:00 2001 From: HarelM Date: Wed, 17 Sep 2025 11:14:29 +0300 Subject: [PATCH] Fix build --- src/components/InputJson.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InputJson.tsx b/src/components/InputJson.tsx index a99dfe79..52a0e384 100644 --- a/src/components/InputJson.tsx +++ b/src/components/InputJson.tsx @@ -5,7 +5,7 @@ import { type WithTranslation, withTranslation } from "react-i18next"; import { type EditorView } from "@codemirror/view"; import stringifyPretty from "json-stringify-pretty-compact"; -import {createEditor} from "../libs/codemirror-mgl"; +import {createEditor} from "../libs/codemirror-editor-factory"; import type { StylePropertySpecification } from "maplibre-gl"; export type InputJsonProps = {