We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e6c54 commit f481cd8Copy full SHA for f481cd8
src/routes/playground/create-a-reactive-line-chart/+page.svelte
@@ -3,7 +3,7 @@
3
import PlaygroundDetails from "$lib/package-wrapping/PlaygroundDetails.svelte";
4
import { textStringConversion } from "$lib/utils/text-string-conversion/textStringConversion.js";
5
import { details } from "./details.js";
6
- import LineChart from "./local-lib/LineChart.svelte";
+ import LineChart from "$lib/components/data-vis/line-chart/LineChart.svelte";
7
import Radio from "./local-lib/Radio.svelte";
8
import { goto } from "$app/navigation";
9
0 commit comments