Add open modal

This commit is contained in:
1ilit
2023-10-26 20:26:13 +03:00
parent 4596864e2f
commit 63be981131
3 changed files with 68 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import Dexie from "dexie";
const db = new Dexie("diagrams");
const db = new Dexie("drawDB");
db.version(1).stores({
diagrams: "++id",