Skip to content

Commit

Permalink
Update Chat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
disha1202 authored Oct 17, 2024
1 parent 182eded commit e6e5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/UserPortal/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import HourglassBottomIcon from '@mui/icons-material/HourglassBottom';
import ContactCard from 'components/UserPortal/ContactCard/ContactCard';
import ChatRoom from 'components/UserPortal/ChatRoom/ChatRoom';
import useLocalStorage from 'utils/useLocalstorage';
import { ReactComponent as NewChat } from 'assets/svgs/newChat.svg';
import NewChat from 'assets/svgs/newChat.svg?react';
import styles from './Chat.module.css';
import UserSidebar from 'components/UserPortal/UserSidebar/UserSidebar';
import { CHATS_LIST } from 'GraphQl/Queries/PlugInQueries';
Expand Down

0 comments on commit e6e5c24

Please sign in to comment.