From 3c8defd519feef01d67deceeaa6ffc023bf09171 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 24 Feb 2025 15:18:24 +0000 Subject: [PATCH] fixed linting --- src/Components/Map/UtopiaMapInner.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Map/UtopiaMapInner.tsx b/src/Components/Map/UtopiaMapInner.tsx index 5bdbf989..b3d1a7fb 100644 --- a/src/Components/Map/UtopiaMapInner.tsx +++ b/src/Components/Map/UtopiaMapInner.tsx @@ -32,7 +32,6 @@ import { GratitudeControl } from './Subcomponents/Controls/GratitudeControl' import { LayerControl } from './Subcomponents/Controls/LayerControl' import { SearchControl } from './Subcomponents/Controls/SearchControl' import { TagsControl } from './Subcomponents/Controls/TagsControl' -import { PopupButton } from './Subcomponents/ItemPopupComponents/PopupButton' import { TextView } from './Subcomponents/ItemPopupComponents/TextView' import { SelectPosition } from './Subcomponents/SelectPosition'