From 86e296f3b194979de41715ddffe8af262c23c4ba Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 11:52:21 +0100 Subject: Use recommended settings --- Map/Presentation/Base Components/MapRender/MapGroups.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Map/Presentation/Base Components') diff --git a/Map/Presentation/Base Components/MapRender/MapGroups.swift b/Map/Presentation/Base Components/MapRender/MapGroups.swift index 8676f1a..bee94b9 100644 --- a/Map/Presentation/Base Components/MapRender/MapGroups.swift +++ b/Map/Presentation/Base Components/MapRender/MapGroups.swift @@ -12,7 +12,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see https://map.tranquil.systems. -import ConcaveHull import SwiftUI struct MapGroups: View { -- cgit