Fix import

This commit is contained in:
Kieran 2023-07-05 16:02:08 +01:00
parent e23f3cdead
commit 89a3928d86
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,4 +1,3 @@
import EmojiPicker from "@emoji-mart/react";
import {NostrLink, EventPublisher, EventKind} from "@snort/system";
import { useRef, useState, ChangeEvent } from "react";
@ -9,6 +8,7 @@ import { System } from "../index";
import AsyncButton from "./async-button";
import { Icon } from "./icon";
import { Textarea } from "./textarea";
import { EmojiPicker } from "./emoji-picker";
interface Emoji {
id: string;