Skip to content

Commit

Permalink
[docs] remove unnecessary immutable option from App.svelte
Browse files Browse the repository at this point in the history
Closes #5976
  • Loading branch information
dummdidumm committed Jul 12, 2021
1 parent 937c7c9 commit 53e0754
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<svelte:options immutable/>

<script>
import ImmutableTodo from './ImmutableTodo.svelte';
import MutableTodo from './MutableTodo.svelte';
Expand Down

0 comments on commit 53e0754

Please sign in to comment.