chore: remove unused import

This commit is contained in:
Kieran 2023-04-18 13:18:17 +01:00
parent 364637ab54
commit a96a8eb11f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import { FormattedMessage } from "react-intl";
import { useNavigate } from "react-router-dom";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faShop } from "@fortawesome/free-solid-svg-icons";
import { TaggedRawEvent } from "@snort/nostr";
import useEventPublisher from "Feed/EventPublisher";
import { useUserProfile } from "Hooks/useUserProfile";