From 5d877b2e870c4a99194bfc838a958c3e47a292cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=BCller?= Date: Wed, 25 Dec 2024 11:30:18 +0100 Subject: [PATCH] chore(dev-deps): remove unused import --- src/mapcontrols/WMSLegend.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapcontrols/WMSLegend.test.ts b/src/mapcontrols/WMSLegend.test.ts index 18104e7..a7649d2 100644 --- a/src/mapcontrols/WMSLegend.test.ts +++ b/src/mapcontrols/WMSLegend.test.ts @@ -6,7 +6,6 @@ import { LegendItem } from "layers/basemaps/wms"; import { WMSLegend } from "./WMSLegend"; import { cleanup, render, screen} from '@testing-library/react'; -import { asArray } from "ol/color"; // import React from 'react'; afterEach(cleanup);