From b9bff9a2fd001f2e3eb2ff323bef90fbcea33654 Mon Sep 17 00:00:00 2001 From: Ian Mayo Date: Tue, 11 Jun 2024 17:51:42 +0100 Subject: [PATCH] fix unused import --- client/src/Components/local/atoms/core-mapping/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/Components/local/atoms/core-mapping/index.tsx b/client/src/Components/local/atoms/core-mapping/index.tsx index de90c98901..54d67259aa 100644 --- a/client/src/Components/local/atoms/core-mapping/index.tsx +++ b/client/src/Components/local/atoms/core-mapping/index.tsx @@ -7,7 +7,7 @@ import L, { LatLng, PM } from 'leaflet' import 'leaflet/dist/leaflet.css' import { cloneDeep, flatten, get, isEqual, unionBy, uniq } from 'lodash' import React, { useEffect, useMemo, useRef, useState } from 'react' -import { LayerGroup, MapContainer, TileLayer, useMap } from 'react-leaflet-v4' +import { LayerGroup, MapContainer, TileLayer } from 'react-leaflet-v4' import { Panel, PanelGroup } from 'react-resizable-panels' import { PanelSize } from 'src/Components/CoreMappingChannel' import { INFO_MESSAGE_CLIPPED, MAPPING_MESSAGE, MAPPING_MESSAGE_DELTA, UMPIRE_FORCE } from 'src/config'