refactor: Imports to Prevent Circular Type Refs (#8423)

This commit is contained in:
Danny Avila 2025-07-12 11:37:07 -04:00 committed by GitHub
parent f1b29ffb45
commit 170cc340d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 201 additions and 196 deletions

View file

@ -8,8 +8,8 @@ import rehypeHighlight from 'rehype-highlight';
import { replaceSpecialVars } from 'librechat-data-provider';
import { useForm, useFieldArray, Controller, useWatch } from 'react-hook-form';
import type { TPromptGroup } from 'librechat-data-provider';
import { codeNoExecution } from '~/components/Chat/Messages/Content/MarkdownComponents';
import { cn, wrapVariable, defaultTextProps, extractVariableInfo } from '~/utils';
import { codeNoExecution } from '~/components/Chat/Messages/Content/Markdown';
import { TextareaAutosize, InputCombobox, Button } from '~/components/ui';
import { useAuthContext, useLocalize, useSubmitMessage } from '~/hooks';
import { PromptVariableGfm } from '../Markdown';