Fix build

This commit is contained in:
HarelM
2026-03-03 10:44:48 +02:00
parent b6f642c425
commit 0748e1b3bf

View File

@@ -1,7 +1,7 @@
import React from "react";
import { formatLayerId } from "../libs/format";
import { type LayerSpecification, type StyleSpecification } from "maplibre-gl";
import { Trans, type WithTranslation, withTranslation } from "react-i18next";
import { type WithTranslation, withTranslation } from "react-i18next";
import { type MappedError } from "../libs/definitions";
type AppMessagePanelInternalProps = {