Skip to content

Commit a9fb761

Browse files
committed
fix: fix svelte helper import
1 parent 3d2b402 commit a9fb761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/svelte/SkeletonImage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<slot />
2323
</span>
2424
<script>
25-
import multiplySvgPoints from '../utils/multiply-svg-points.svelte';
25+
import multiplySvgPoints from '../utils/multiply-svg-points.js';
2626
2727
export let width = 1200;
2828
export let height = 600;

0 commit comments

Comments
 (0)