Skip to content

Commit

Permalink
messageList example edited
Browse files Browse the repository at this point in the history
  • Loading branch information
esracoskun committed Jun 22, 2022
1 parent dd4d354 commit a40b1e6
Show file tree
Hide file tree
Showing 3 changed files with 798 additions and 371 deletions.
5 changes: 2 additions & 3 deletions example/components/MessageListExample.tsx
@@ -1,5 +1,4 @@
import loremIpsum from 'lorem-ipsum'
import { useEffect, useRef, useState } from 'react'
import { useRef, useState } from 'react'
import Button from '../../src/Button/Button'
import Input from '../../src/Input/Input'
import MessageList from '../../src/MessageList/MessageList'
Expand All @@ -15,7 +14,7 @@ import {
systemMessage,
textMessage,
videoMessage,
} from '../utils/messageTypes'
} from '../utils/MessageTypes'

let clearRef = () => {}

Expand Down

0 comments on commit a40b1e6

Please sign in to comment.