Fix build

This commit is contained in:
HarelM
2025-09-17 11:14:29 +03:00
parent e83e570ec1
commit 4ea0f3756d
+1 -1
View File
@@ -5,7 +5,7 @@ import { type WithTranslation, withTranslation } from "react-i18next";
import { type EditorView } from "@codemirror/view"; import { type EditorView } from "@codemirror/view";
import stringifyPretty from "json-stringify-pretty-compact"; 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"; import type { StylePropertySpecification } from "maplibre-gl";
export type InputJsonProps = { export type InputJsonProps = {