Skip to content

Commit

Permalink
Merge pull request #49 from graasp/48/fixUnusedImport
Browse files Browse the repository at this point in the history
fix: remove unused import
  • Loading branch information
spaenleh authored Sep 1, 2022
2 parents 232897a + 4bad36c commit 94732c5
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 94732c5

Please sign in to comment.