Shun Miyazawa 1 year ago
parent
commit
95299c7faa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/features/openai/client/services/editor-assistant.ts

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

@@ -7,7 +7,7 @@ import {
   acceptAllChunks, useTextSelectionEffect,
 } from '@growi/editor/dist/client/services/unified-merge-view';
 import { useCodeMirrorEditorIsolated } from '@growi/editor/dist/client/stores/codemirror-editor';
-import { useSecondaryYdocs } from '@growi/editor/dist/client/stores/use-secondary-yDocs';
+import { useSecondaryYdocs } from '@growi/editor/dist/client/stores/use-secondary-ydocs';
 import { type Text as YText } from 'yjs';
 
 import {