Skip to content

Commit 696c3c2

Browse files
committed
Cleanup imports
1 parent 79c9e3b commit 696c3c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/layerchart/src/lib/components/Points.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@
4545
</script>
4646

4747
<script lang="ts">
48-
import { extent } from 'd3-array';
4948
import { pointRadial } from 'd3-shape';
5049
5150
import Circle, { type CircleProps } from './Circle.svelte';
52-
import Link from './Link.svelte';
5351
import { isScaleBand, type AnyScale } from '../utils/scales.svelte.js';
5452
import { accessor, type Accessor } from '../utils/common.js';
5553
import { getChartContext } from './Chart.svelte';

0 commit comments

Comments
 (0)