chore: fix warnings

This commit is contained in:
2023-05-17 13:23:38 +01:00
parent 823bf431a5
commit cf0b4b5b1a
3 changed files with 8 additions and 29 deletions

View File

@ -1,5 +1,5 @@
import { Link } from "react-router-dom";
import { EventKind, NostrPrefix } from "@snort/nostr";
import { NostrPrefix } from "@snort/nostr";
import Mention from "Element/Mention";
import { parseNostrLink } from "Util";