chore: remove unsed import
This commit is contained in:
parent
5736bad21f
commit
24b07e4a27
@ -2,7 +2,7 @@ import { NostrPrefix } from "@snort/nostr";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
import Mention from "Element/Mention";
|
||||
import { eventLink, parseNostrLink } from "Util";
|
||||
import { parseNostrLink } from "Util";
|
||||
|
||||
export default function NostrLink({ link }: { link: string }) {
|
||||
const nav = parseNostrLink(link);
|
||||
|
Loading…
x
Reference in New Issue
Block a user