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 = {