fix lint
This commit is contained in:
parent
9dd34f6142
commit
bc38ea977d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { useUsingTouch } from '@dimaka/interface'
|
||||
import { useEffect, useMemo, useRef, useState } from 'react'
|
||||
import { isCypress } from '../standaloneUtils'
|
||||
import { MessageFormatPart } from '../botUtils'
|
||||
import { MessagePart } from './MessageFormatted'
|
||||
import './ChatContainer.css'
|
||||
import { useUsingTouch } from '@dimaka/interface'
|
||||
|
||||
export type Message = {
|
||||
parts: MessageFormatPart[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue