diff --git a/lib/src/Components/Map/hooks/useLeafletRefs.tsx b/lib/src/Components/Map/hooks/useLeafletRefs.tsx index 456456ea..0cee4213 100644 --- a/lib/src/Components/Map/hooks/useLeafletRefs.tsx +++ b/lib/src/Components/Map/hooks/useLeafletRefs.tsx @@ -1,5 +1,4 @@ /* eslint-disable react/prop-types */ -/* eslint-disable @typescript-eslint/ban-types */ import { useCallback, useReducer, createContext, useContext } from 'react' import type { Item } from '#types/Item'