diff --git a/bun.lockb b/bun.lockb index 68c26f5..a0d3d24 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b189b73..8bf74b5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "type": "module", "dependencies": { "@atproto/api": "^0.13.12", + "@neodrag/svelte": "^2.0.6", "@std/toml": "npm:@jsr/std__toml", "base64url": "^3.0.1", "nanoid": "^5.0.8", diff --git a/src/components/window.svelte b/src/components/window.svelte index a70f4c9..21a530b 100644 --- a/src/components/window.svelte +++ b/src/components/window.svelte @@ -1,4 +1,6 @@