fix: correct settingsManager import in useFavoriteList

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gómez
2026-04-01 15:48:56 +02:00
parent aa65ed9911
commit 5eb67631ec

View File

@@ -9,7 +9,7 @@ import { getSeenRelays } from "applesauce-core/helpers/relays";
import { EventFactory } from "applesauce-core/event-factory";
import eventStore from "@/services/event-store";
import accountManager from "@/services/accounts";
import settingsManager from "@/services/settings";
import { settingsManager } from "@/services/settings";
import { publishEvent } from "@/services/hub";
import { useAccount } from "@/hooks/useAccount";
import { isAddressableKind } from "@/lib/nostr-kinds";