diff --git a/package.json b/package.json
index a771a7fb..b46e9a6f 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
+ "idb": "^8.0.0",
"tailwind-merge": "^2.3.0"
}
}
diff --git a/src/App.svelte b/src/App.svelte
index 0f3cfb05..de8e34f7 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,11 +1,106 @@
-
- Hello World
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file