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

@ -14,7 +14,7 @@
import { onMount, onDestroy } from 'svelte'
import { get } from 'svelte/store'
import YoutubePlayer from 'yt-player'
import { entry, paused, muted, volume } from '/store.js'
import { entry, paused, muted, volume } from '/stores.js'
import { secondsToElapsedTime } from '/util.js'
let element