Skip to content

Commit

Permalink
chore: fix import path for uniqueId in Placeholder component to ensur…
Browse files Browse the repository at this point in the history
…e correct module resolution
  • Loading branch information
Michael-Liendo committed Nov 25, 2024
1 parent ed68970 commit 9bea023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Placeholder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</script>

<script lang="ts">
import { uniqueId } from '../utils';
import { uniqueId } from '../utils.js';
interface Props {
/**
Expand Down

0 comments on commit 9bea023

Please sign in to comment.