Skip to content

Commit

Permalink
fix: remove unused typescript directive
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldElysium committed Aug 11, 2024
1 parent 30fe5cc commit 7d2dcfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/project/kroniimap/KroniiMap.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client';

import {
// @ts-expect-error useZoomPanContext does not exist
ComposableMap, Geographies, Geography, Marker, ZoomableGroup, useZoomPanContext,
} from 'react-simple-maps';
// @ts-expect-error no types
Expand Down

0 comments on commit 7d2dcfc

Please sign in to comment.