Skip to content

Commit d714f43

Browse files
committed
fix(example): clustering
1 parent 04a1ada commit d714f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/screens/ClsuteringScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import type {
66
RNMarker,
77
RNMarkerSvg,
88
} from 'react-native-google-maps-plus';
9+
import type { Supercluster } from 'react-native-clusterer';
910
import { useClusterer } from 'react-native-clusterer';
10-
import type Supercluster from 'react-native-clusterer/lib/typescript/types';
1111
import { randomCoordinates } from '../utils/mapGenerators';
1212

1313
export default function ClusteringScreen() {

0 commit comments

Comments
 (0)