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 afe15aa commit af6c1fbCopy full SHA for af6c1fb
src/components/island/CodeHeart.svelte
@@ -1,7 +1,6 @@
1
<script>
2
import { onMount } from 'svelte';
3
4
- // Component props
5
export let mini = false;
6
export let codeId = "";
7
export let code = codeId;
0 commit comments