Skip to content

Commit 44bddbb

Browse files
committed
chore: remove unused boundary
1 parent 826da65 commit 44bddbb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/routes/ListenersTweets.svelte

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66

77
<section>
88
<Heading title='リスナーの声' />
9-
<svelte:boundary>
10-
<div data-theme='dark'>
11-
{#each LISTENERS_TWEET_IDS as id (id)}
12-
<Tweet {id} />
13-
{/each}
14-
</div>
15-
</svelte:boundary>
9+
<div data-theme='dark'>
10+
{#each LISTENERS_TWEET_IDS as id (id)}
11+
<Tweet {id} />
12+
{/each}
13+
</div>
1614
</section>

0 commit comments

Comments
 (0)