wip state refact
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
<script>
|
||||
import { onMount } from 'svelte'
|
||||
import { paused, entry as currentEntry, entries } from '/store.js'
|
||||
import { paused, entry as currentEntry, entries } from '/stores.js'
|
||||
|
||||
const toggleEntry = (entry) => {
|
||||
if (entry !== $currentEntry) {
|
||||
|
Reference in New Issue
Block a user