From 78e247d665ffc8929ece5039e59d08d9afc98e8e Mon Sep 17 00:00:00 2001 From: Doniaab <152168695+Doniaab@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:52:13 +0100 Subject: [PATCH] Update index.ts --- common/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/index.ts b/common/src/index.ts index c4dc2b0fc..e381d2e0d 100644 --- a/common/src/index.ts +++ b/common/src/index.ts @@ -2,4 +2,4 @@ export { WFS } from "./wfs"; export { WMS, createGetLegendGraphicUrl, createGetMapUrl } from "./wms"; export { WCS, createGetCoverageUrl } from "./wcs"; -export { formatUrl } from "./utils"; \ No newline at end of file +export { formatUrl } from "./utils";