diff --git a/app/components/ChatMenu/ChatWindow/ChatTextLast.tsx b/app/components/ChatMenu/ChatWindow/ChatTextLast.tsx index f0b64b1..203e54e 100644 --- a/app/components/ChatMenu/ChatWindow/ChatTextLast.tsx +++ b/app/components/ChatMenu/ChatWindow/ChatTextLast.tsx @@ -1,12 +1,11 @@ +import AnimatedEllipsis from '@components/AnimatedEllipsis' import { useInference } from '@constants/Chat' -import { Chats, MarkdownStyle, Style } from '@globals' +import { Chats, MarkdownStyle } from '@globals' import { usePathname } from 'expo-router' import { useEffect, useRef } from 'react' import { View } from 'react-native' import Markdown from 'react-native-markdown-display' import Animated, { useAnimatedStyle, useSharedValue, withTiming } from 'react-native-reanimated' -//@ts-expect-error -import AnimatedEllipsis from 'rn-animated-ellipsis' import { useShallow } from 'zustand/react/shallow' type ChatTextProps = { @@ -70,12 +69,7 @@ const ChatTextLast: React.FC = ({ nowGenerating, id }) => { {swipeId === currentSwipeId && nowGenerating && buffer === '' && ( - + )}