From 0748e1b3bfb01278a9e7d6adcac6c558749f6b63 Mon Sep 17 00:00:00 2001 From: HarelM Date: Tue, 3 Mar 2026 10:44:48 +0200 Subject: [PATCH] Fix build --- src/components/AppMessagePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppMessagePanel.tsx b/src/components/AppMessagePanel.tsx index 72a0f16f..9a73d2e6 100644 --- a/src/components/AppMessagePanel.tsx +++ b/src/components/AppMessagePanel.tsx @@ -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 = {