Skip to content

Commit

Permalink
fix(virtual-event): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed May 24, 2024
1 parent 9eaf6d8 commit 2c35d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual-event/src/components/Chat/EmptyStateIndicators.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { PropsWithChildren } from 'react';
import { EmptyStateIndicatorProps, useChannelStateContext } from 'stream-chat-react';
import { EmptyStateIndicatorProps } from 'stream-chat-react';

import { EmptyChatIcon, EmptyDMIcon, EmptyQAIcon } from '../../assets';
import { ChatType, useEventContext } from '../../contexts/EventContext';
Expand Down

0 comments on commit 2c35d72

Please sign in to comment.