Panel Resize: rename inset

This commit is contained in:
Enrico Ros
2025-11-01 18:07:51 -07:00
parent da19ef42f5
commit 396f7524d7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import { ConversationsManager } from '~/common/chat-overlay/ConversationsManager
import { ErrorBoundary } from '~/common/components/ErrorBoundary';
import { getLLMContextTokens, LLM_IF_ANT_PromptCaching, LLM_IF_OAI_Vision } from '~/common/stores/llms/llms.types';
import { OptimaDrawerIn, OptimaPanelIn, OptimaToolbarIn } from '~/common/layout/optima/portals/OptimaPortalsIn';
import { PanelResizeInset } from '~/common/components/panes/GoodPanelResizeHandler';
import { PanelResizeInset } from '~/common/components/PanelResizeInset';
import { Release } from '~/common/app.release';
import { ScrollToBottom } from '~/common/scroll-to-bottom/ScrollToBottom';
import { ScrollToBottomButton } from '~/common/scroll-to-bottom/ScrollToBottomButton';