diff --git a/package.json b/package.json index 5197a59..3410753 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "react-dom": "18.2.0", "svelte": "4.2.8", "tailwindcss": "3.4.0", + "use-debounce": "^10.0.6", "zustand": "4.4.3" }, "name": "spotify-twitch-clone", diff --git a/src/components/AsideMenu.astro b/src/components/AsideMenu.astro index b174410..b086499 100644 --- a/src/components/AsideMenu.astro +++ b/src/components/AsideMenu.astro @@ -13,12 +13,12 @@ import { playlists } from "@/lib/data"