Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Mar 8, 2024
1 parent d2c3781 commit 942b17a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Supercluster from 'supercluster';

export { Map } from './components/Map';
export type { MapProps } from './components/Map';
export { Marker } from './components/Marker';
Expand All @@ -15,4 +13,4 @@ export type { MarkerClusterProps } from './components/MarkerCluster';
export { WorldView } from './components/WorldView';
export type { WorldViewProps } from './components/WorldView';
export { useMap } from './hooks/useMap';
export { Supercluster };
export { default as Supercluster } from 'supercluster';

0 comments on commit 942b17a

Please sign in to comment.