diff --git a/package.json b/package.json
index a771a7fb..f04b6a3f 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,9 @@
"vite": "^5.2.0"
},
"dependencies": {
+ "@iconify/svelte": "^4.0.2",
"@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..58c93af9 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,11 +1,102 @@
-
- Hello World
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+ h1[contenteditable] {
+ border-bottom: 2px solid #a78bfa;
+ padding-bottom: 0.25rem;
+ }
+
diff --git a/src/main.js b/src/main.js
index 8a909a15..e2b2c334 100644
--- a/src/main.js
+++ b/src/main.js
@@ -5,4 +5,4 @@ const app = new App({
target: document.getElementById('app'),
})
-export default app
+export default app
\ No newline at end of file