Add performant list componant for rendering chat messages

This commit is contained in:
Gabe Kangas
2022-05-01 20:56:11 -07:00
parent 457dead455
commit 6314ed8667
5 changed files with 79 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import React from 'react';
import React, { useState } from 'react';
import { ComponentStory, ComponentMeta } from '@storybook/react';
import ChatContainer from '../components/chat/ChatContainer';
import { ChatMessage } from '../interfaces/chat-message.model';