Skip to content

Commit

Permalink
fix: revert migrate test changing
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti authored Nov 7, 2024
1 parent 22b6058 commit 4f30961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { run as run_1 } from 'svelte/legacy';
let count = $state(0);
let count = 0;
let run = true;
run_1(() => {
console.log(count);
Expand Down

0 comments on commit 4f30961

Please sign in to comment.