Styled chat messages

This commit is contained in:
t1enne
2022-05-22 16:10:34 +02:00
parent b6dd441107
commit d692a2bb5c
5 changed files with 26 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ import { LoadingOutlined } from '@ant-design/icons';
import { ChatMessage } from '../../../interfaces/chat-message.model';
import { ChatState } from '../../../interfaces/application-state';
import { MessageType } from '../../../interfaces/socket-events';
import ChatUserMessage from '../ChatUserMessage';
import s from './ChatContainer.module.scss';
import { ChatUserMessage } from '..';
interface Props {
messages: ChatMessage[];