uuid API changed
This commit is contained in:
parent
bf43bdba09
commit
4a572324e0
1 changed files with 1 additions and 1 deletions
|
@ -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([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue