mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-08 22:47:02 +02:00
fix: correct settingsManager import in useFavoriteList
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user