fix warnings

This commit is contained in:
vivganes 2023-04-08 15:07:54 +05:30
parent f61630619a
commit c1a022d795
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { useState, useMemo, ChangeEvent } from "react";
import { useSelector } from "react-redux";
import { FormattedMessage } from "react-intl";
import { EventKind, HexKey, TaggedRawEvent } from "@snort/nostr";
import { HexKey, TaggedRawEvent } from "@snort/nostr";
import Note from "Element/Note";
import { RootState } from "State/Store";