style(client): align tool call import order

This commit is contained in:
Marco Beretta 2026-07-31 19:31:48 +02:00
parent 7714409ab2
commit b1896d1443
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -11,9 +11,9 @@ import {
import type { TAttachment } from 'librechat-data-provider';
import { useLocalize, useProgress, useExpandCollapse } from '~/hooks';
import { ToolIcon, getToolIconType, isError } from './ToolOutput';
import { useMCPIconMap, useMCPServerNames } from '~/hooks/MCP';
import { cn, getToolDisplayLabel, logger } from '~/utils';
import { toolPanelSpacingClassName } from './disclosure';
import { useMCPIconMap, useMCPServerNames } from '~/hooks/MCP';
import { useToolCallIntent } from './Parts/intent';
import { AttachmentGroup } from './Parts';
import ToolCallInfo from './ToolCallInfo';