mirror of https://github.com/buster-so/buster.git
Update ReasoningMessage_ThoughtPills.tsx
This commit is contained in:
parent
0ca3f44f13
commit
d5d936fd55
|
@ -3,8 +3,12 @@ import { createStyles } from 'antd-style';
|
|||
import React, { useMemo } from 'react';
|
||||
import { AnimatePresence, motion } from 'framer-motion';
|
||||
import { useMemoizedFn } from 'ahooks';
|
||||
import { isOpenableFile, SelectedFile, useChatLayoutContextSelector } from '@layouts/ChatLayout';
|
||||
import { Popover } from '@/components/ui/tooltip/Popover';
|
||||
import {
|
||||
isOpenableFile,
|
||||
useChatLayoutContextSelector
|
||||
} from '@/layouts/ChatLayout/ChatLayoutContext';
|
||||
import { type SelectedFile } from '@/layouts/ChatLayout/interfaces';
|
||||
|
||||
const duration = 0.25;
|
||||
|
||||
|
|
Loading…
Reference in New Issue