Shun Miyazawa 10 месяцев назад
Родитель
Сommit
7369743fb5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/features/openai/client/services/editor-assistant.tsx

+ 0 - 1
apps/app/src/features/openai/client/services/editor-assistant.tsx

@@ -27,7 +27,6 @@ import {
 } from '~/features/openai/interfaces/editor-assistant/sse-schemas';
 import { handleIfSuccessfullyParsed } from '~/features/openai/utils/handle-if-successfully-parsed';
 import { useIsEnableUnifiedMergeView } from '~/stores-universal/context';
-import { EditorMode, useEditorMode } from '~/stores-universal/ui';
 import { useCurrentPageId } from '~/stores/page';
 
 import type { AiAssistantHasId } from '../../interfaces/ai-assistant';