From 4bad36c5de166fd5bb999d468c0a34a39727f372 Mon Sep 17 00:00:00 2001 From: spaenleh Date: Thu, 1 Sep 2022 11:11:47 +0200 Subject: [PATCH] fix: remove unused import --- src/components/Chatbox/Input.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Chatbox/Input.tsx b/src/components/Chatbox/Input.tsx index 7ffbae08..09afb6bb 100644 --- a/src/components/Chatbox/Input.tsx +++ b/src/components/Chatbox/Input.tsx @@ -15,10 +15,7 @@ import IconButton from '@material-ui/core/IconButton'; import { makeStyles } from '@material-ui/core/styles'; import SendIcon from '@material-ui/icons/Send'; -import { - MemberRecord, - MessageBodyType, -} from '@graasp/query-client/dist/src/types'; +import { MessageBodyType } from '@graasp/query-client/dist/src/types'; import { CHATBOX } from '@graasp/translations'; import {