Update ReasoningMessage_ThoughtPills.tsx

This commit is contained in:
Nate Kelley 2025-03-03 23:38:51 -07:00
parent 0ca3f44f13
commit d5d936fd55
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 5 additions and 1 deletions

View File

@ -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;