Lint/format, fix message reaction deletion

This commit is contained in:
Jon Staab
2024-10-24 16:33:41 -07:00
parent 81672080f5
commit 9b6eef456f
5 changed files with 7 additions and 11 deletions
@@ -3,7 +3,6 @@
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
import EmojiPicker from "@lib/components/EmojiPicker.svelte"
import ChatMessageEmojiButton from "@app/components/ChatMessageEmojiButton.svelte"
import EventInfo from "@app/components/EventInfo.svelte"
import {makeReaction, sendWrapped} from "@app/commands"
import {pushModal} from "@app/modal"