Skip to content

Commit 47665de

Browse files
fix missing import issue breaking new version of package
1 parent 7fe2462 commit 47665de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/components/data-vis/line-chart/Line.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
} from "d3-shape";
1414
1515
import { scaleLinear } from "d3-scale";
16-
import LineChart from "../../../../routes/playground/create-a-reactive-line-chart-camilla/local-lib/LineChart.svelte";
1716
1817
let {
1918
dataArray,

0 commit comments

Comments
 (0)