chore: remove unsed import

This commit is contained in:
Kieran 2023-04-15 00:28:22 +01:00
parent 5736bad21f
commit 24b07e4a27
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -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);