wip state refact

This commit is contained in:
wryk
2020-01-14 20:22:09 +01:00
parent d9b4bf98df
commit cd10193d3e
8 changed files with 144 additions and 33 deletions

View File

@ -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) {