uuid API changed

This commit is contained in:
CheddarCrisp 2024-04-12 12:16:07 -04:00
parent bf43bdba09
commit 4a572324e0

View file

@ -1,6 +1,6 @@
import { set as setDb, get as getDb } from 'idb-keyval';
import { writable } from 'svelte/store';
import uuid from 'uuid/v4';
import { v4 as uuid } from 'uuid';
function createCounters(){
const {subscribe,set,update:updateVal} = writable([]);