diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx index 96fec05f..dd85fa1f 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx @@ -9,6 +9,9 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ /* eslint-disable @typescript-eslint/no-unsafe-assignment */ +import EllipsisVerticalIcon from '@heroicons/react/24/outline/EllipsisVerticalIcon' +import PencilIcon from '@heroicons/react/24/outline/PencilIcon' +import TrashIcon from '@heroicons/react/24/outline/TrashIcon' import { useState, useEffect } from 'react' import { useNavigate } from 'react-router-dom' @@ -127,14 +130,7 @@ export function HeaderView({ tabIndex={0} className='tw-bg-base-100 tw-btn tw-m-1 tw-leading-3 tw-border-none tw-min-h-0 tw-h-6' > - - - +