Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Dec 20, 2024
1 parent e750aa4 commit 3db1a69
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 @@
let count = $state(0);
page.subscribe(() => {
console.log('$page notified')
count += 1;
});
</script>
Expand All @@ -17,7 +16,7 @@

<button
onclick={() => {
invalidate('/state/subscribe')
invalidate('/state/subscribe');
}}>invalidate</button
>

Expand Down

0 comments on commit 3db1a69

Please sign in to comment.