diff --git a/package.json b/package.json index a9c4526..8e9a0ef 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ }, "type": "module", "dependencies": { + "@fireworks-js/svelte": "^2.10.7", "@joeattardi/emoji-button": "^4.6.4", "uuid": "^9.0.0", "ws": "^8.13.0" diff --git a/src/routes/estimation/[roomId]/+page.svelte b/src/routes/estimation/[roomId]/+page.svelte index ce2610f..1a36189 100644 --- a/src/routes/estimation/[roomId]/+page.svelte +++ b/src/routes/estimation/[roomId]/+page.svelte @@ -1,7 +1,7 @@