diff --git a/package.json b/package.json index a771a7fb..9a1d5b34 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ }, "dependencies": { "@popperjs/core": "^2.11.8", + "dexie": "^4.0.8", "tailwind-merge": "^2.3.0" } } diff --git a/src/App.svelte b/src/App.svelte index 0f3cfb05..582276b6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,11 +1,112 @@ - -
- Hello World + + +
+
+

+ +
+
+
\ No newline at end of file