Skip to content

Commit

Permalink
fix(ChartContext): Remove last @layerstack/utils/array import
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Nov 21, 2024
1 parent 572213b commit 6b88925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/grumpy-planes-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

fix(ChartContext): Remove last `@layerstack/utils/array` import
2 changes: 1 addition & 1 deletion packages/layerchart/src/lib/components/ChartContext.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</script>

<script lang="ts" generics="TData">
import { unique } from '@layerstack/utils/array';
import { unique } from '@layerstack/utils';
import { scaleOrdinal } from 'd3-scale';
Expand Down

0 comments on commit 6b88925

Please sign in to comment.