diff --git a/src/app/features/room/RoomInput.tsx b/src/app/features/room/RoomInput.tsx index ec397050..ac41c1c6 100644 --- a/src/app/features/room/RoomInput.tsx +++ b/src/app/features/room/RoomInput.tsx @@ -52,7 +52,8 @@ import { trimCustomHtml, isEmptyEditor, getBeginCommand, - trimCommand, BlockType, + trimCommand, + BlockType, } from '../../components/editor'; import { EmojiBoard, EmojiBoardTab } from '../../components/emoji-board'; import { UseStateProvider } from '../../components/UseStateProvider';