move @snort/nostr code into System
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { NostrPrefix } from "@snort/nostr";
|
||||
import { NostrPrefix } from "System";
|
||||
import { parseNostrLink, tryParseNostrLink } from ".";
|
||||
import { splitByUrl, magnetURIDecode, getRelayName } from ".";
|
||||
import { describe, expect } from "@jest/globals";
|
||||
|
@ -16,7 +16,7 @@ import {
|
||||
decodeTLV,
|
||||
TLVEntryType,
|
||||
RawEvent,
|
||||
} from "@snort/nostr";
|
||||
} from "System";
|
||||
import { MetadataCache } from "Cache";
|
||||
import NostrLink from "Element/NostrLink";
|
||||
|
||||
|
Reference in New Issue
Block a user