Skip to content

Commit

Permalink
Expose geoContext as top-level export
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Nov 22, 2023
1 parent cd9d8b7 commit 8bef371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-elephants-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

Expose `geoContext` as top-level export
2 changes: 1 addition & 1 deletion packages/layerchart/src/lib/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export { default as CircleClipPath } from './CircleClipPath.svelte';
export { default as ClipPath } from './ClipPath.svelte';
export { default as ColorRamp } from './ColorRamp.svelte';
export { default as Frame } from './Frame.svelte';
export { default as GeoContext } from './GeoContext.svelte';
export { default as GeoContext, geoContext } from './GeoContext.svelte';
export { default as GeoPath } from './GeoPath.svelte';
export { default as GeoPoint } from './GeoPoint.svelte';
export { default as GeoTile } from './GeoTile.svelte';
Expand Down

1 comment on commit 8bef371

@vercel
Copy link

@vercel vercel bot commented on 8bef371 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.