From 9e0ba8a93af3a77b7cf85af18daeb30aa7e3c0d3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 21 Feb 2025 12:53:40 +0100 Subject: [PATCH] AddButton - plus --- src/Components/Map/Subcomponents/AddButton.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/Components/Map/Subcomponents/AddButton.tsx b/src/Components/Map/Subcomponents/AddButton.tsx index c9413855..ea5dd59d 100644 --- a/src/Components/Map/Subcomponents/AddButton.tsx +++ b/src/Components/Map/Subcomponents/AddButton.tsx @@ -1,5 +1,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ +import PlusIcon from '@heroicons/react/24/outline/PlusIcon' + import { useLayers } from '#components/Map/hooks/useLayers' import { useHasUserPermission } from '#components/Map/hooks/usePermissions' @@ -30,16 +32,7 @@ export default function AddButton({ {canAddItems() ? (