Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Sep 1, 2022
1 parent 232897a commit 4bad36c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Chatbox/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4bad36c

Please sign in to comment.