diff --git a/client/src/components/forms/PostFormCard.tsx b/client/src/components/forms/PostFormCard.tsx
index 75207fb..79b90ca 100644
--- a/client/src/components/forms/PostFormCard.tsx
+++ b/client/src/components/forms/PostFormCard.tsx
@@ -8,6 +8,7 @@ import { UnsignedEvent, Event as NostrEvent, nip19 } from "nostr-tools";
import { renderMedia } from "../../utils/FileUpload";
import { useSubmitForm } from "./handleSubmit";
import "../../styles/Form.css";
+import EmotePicker from "../modals/EmotePicker/EmotePicker";
interface FormProps {
refEvent?: NostrEvent;
@@ -133,6 +134,7 @@ const NewNoteCard = ({
+