Przeglądaj źródła

rm unnec import

Shun Miyazawa 10 miesięcy temu
rodzic
commit
7369743fb5

+ 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';