integrate message comp

This commit is contained in:
Ginger Wong
2020-08-13 02:08:14 -07:00
parent 64e7809c26
commit e1e4365692
3 changed files with 11 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ const html = htm.bind(h);
import { messageBubbleColorForString } from '../utils/user-colors.js';
import { formatMessageText } from '../utils/chat.js';
import { generateAvatar } from '../utils.js';
import SOCKET_MESSAGE_TYPES from './chat/socket-message-types.js';
import SOCKET_MESSAGE_TYPES from '../utils/socket-message-types.js';
export default class Message extends Component {
render(props) {