Skip to content

Commit

Permalink
chore(playground): fix self-closing tag warning
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Feb 8, 2025
1 parent e328792 commit a56b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/CodeEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
});
</script>

<div bind:this={ref} />
<div bind:this={ref}></div>

<style>
/**
Expand Down

0 comments on commit a56b4d4

Please sign in to comment.