Skip to content

Commit 9da6c11

Browse files
committed
Removed unused import
1 parent d5322df commit 9da6c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-components/src/components/VideoGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT license.
33

44
import { concatStyleSets, ContextualMenu, IDragOptions, IStyle, mergeStyles, Modal, Stack } from '@fluentui/react';
5-
import React, { useCallback, useEffect, useMemo, useRef } from 'react';
5+
import React, { useCallback, useMemo, useRef } from 'react';
66
import { GridLayoutStyles } from '.';
77
import { smartDominantSpeakerParticipants } from '../gallery';
88
import { useIdentifiers } from '../identifiers/IdentifierProvider';

0 commit comments

Comments
 (0)