Shun Miyazawa 1 год назад
Родитель
Сommit
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';