/* eslint-disable @typescript-eslint/prefer-optional-chain */ import CalendarIcon from '@heroicons/react/24/solid/CalendarDaysIcon' import type { Item } from '#types/Item' /** * @category Map */ export const StartEndView = ({ item }: { item?: Item }) => { return (