reactivity on adding a new Track

ref #11
This commit is contained in:
2021-01-03 17:51:46 +01:00
parent 48ddc62192
commit f37ba1dbf7
3 changed files with 48 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
import { writable } from 'svelte/store';
export let tracks = writable([]);
const store = () => {
const state = {
access_token: undefined,