Skip to content

Commit

Permalink
fix: nip19 failing error
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed Apr 12, 2023
1 parent adadf6c commit b14d00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FC, useContext } from "react";
import { Event, nip19 } from "nostr-tools";
import { getTagValues } from "@/app/lib/utils";
import { CachedEventContext } from "@/app/context/cached-event-context";
import { AddressPointer } from "nostr-tools/nip19";
import { AddressPointer } from "nostr-tools/lib/nip19";
import { RelayContext } from "@/app/context/relay-context";
import { useRouter } from "next/navigation";

Expand Down

0 comments on commit b14d00d

Please sign in to comment.