Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Nov 14, 2023
1 parent be01e31 commit bc99169
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import Toggle from '$lib/components/Toggle.svelte';
let open = false;
let openSecond = false;
let openAsync = false;
let loading = false;
</script>
Expand Down Expand Up @@ -121,7 +120,7 @@
</Toggle>
</Preview>

<h2>dialog in dialog</h2>
<h2>Dialog in Dialog</h2>

<Preview>
<Toggle let:on={open} let:toggle={toggleDelete}>
Expand Down

1 comment on commit bc99169

@vercel
Copy link

@vercel vercel bot commented on bc99169 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.