remove unused import

This commit is contained in:
Ramón Souza 2024-09-24 09:02:35 -03:00
parent 128e568531
commit e76b323567

View File

@ -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';