chore: changed name for store file

This commit is contained in:
Denis Donici 2026-04-02 22:25:16 +03:00
parent 2931f89c55
commit f16aaa44dc
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<script lang="ts">
import {sharedCount, sharedCountIsOdd} from "./store"
import {sharedCount, sharedCountIsOdd} from "./sharedStore"
let {label, live}: {label: string; live: any} = $props()
</script>