Remove failing CI components.

This commit is contained in:
Patrick Fic
2023-06-08 15:43:21 -07:00
parent f1d7a98fe8
commit 307c77b30c
2 changed files with 7 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import {
CONVERSATION_LIST_QUERY,
CONVERSATION_LIST_SUBSCRIPTION,
UNREAD_CONVERSATION_COUNT,
} from "../../graphql/conversations.queries";
import { toggleChatVisible } from "../../redux/messaging/messaging.actions";