Shun Miyazawa 1 년 전
부모
커밋
f8c5918be8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/features/openai/interfaces/ai-assistant.ts

+ 1 - 1
apps/app/src/features/openai/interfaces/ai-assistant.ts

@@ -1,4 +1,4 @@
-import type { IGrantedGroup, IUser, Ref } from '^/../../packages/core/dist';
+import type { IGrantedGroup, IUser, Ref } from '@growi/core';
 
 import type { VectorStore } from '../server/models/vector-store';