remove unused import
This commit is contained in:
parent
128e568531
commit
e76b323567
@ -1,4 +1,4 @@
|
||||
import React, { Dispatch, SetStateAction, useCallback } from 'react';
|
||||
import React, { useCallback } from 'react';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import { USER_LEAVE_MEETING } from '/imports/ui/core/graphql/mutations/userMutations';
|
||||
import { useMutation } from '@apollo/client';
|
||||
|
Loading…
Reference in New Issue
Block a user