mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
chore: changed name for store file
This commit is contained in:
parent
2931f89c55
commit
f16aaa44dc
2 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue