Skip to content

Commit 1324a57

Browse files
authored
oops, remove some debugging code
1 parent 1273f97 commit 1324a57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/content/examples/15-composition/04-modal/Modal.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949

5050
<!-- svelte-ignore a11y-autofocus -->
5151
<button autofocus on:click={close}>close modal</button>
52-
53-
<a href="argh">argh</a>
5452
</div>
5553

5654
<style>
@@ -80,4 +78,4 @@
8078
button {
8179
display: block;
8280
}
83-
</style>
81+
</style>

0 commit comments

Comments
 (0)