Skip to content

Commit

Permalink
chore(dev-deps): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Dec 25, 2024
1 parent 0a3c0be commit 5d877b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapcontrols/WMSLegend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5d877b2

Please sign in to comment.