Skip to content

Commit

Permalink
fix: fix svelte helper import
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 13, 2021
1 parent 3d2b402 commit a9fb761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svelte/SkeletonImage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<slot />
</span>
<script>
import multiplySvgPoints from '../utils/multiply-svg-points.svelte';
import multiplySvgPoints from '../utils/multiply-svg-points.js';
export let width = 1200;
export let height = 600;
Expand Down

0 comments on commit a9fb761

Please sign in to comment.