fix tests

This commit is contained in:
2023-05-24 11:12:23 +01:00
parent c36544f9a3
commit 8f7a9a1327
98 changed files with 158 additions and 116 deletions

View File

@ -1,7 +1,7 @@
import { useEffect, useMemo } from "react";
import { TaggedRawEvent, Lists, EventKind } from "@snort/nostr";
import { bech32ToHex, getNewest, getNewestEventTagsByKey, unwrap } from "Util";
import { bech32ToHex, getNewest, getNewestEventTagsByKey, unwrap } from "SnortUtils";
import { makeNotification, sendNotification } from "Notifications";
import useEventPublisher from "Feed/EventPublisher";
import { getMutedKeys } from "Feed/MuteList";