Yuki Takei 10 ماه پیش
والد
کامیت
1905a6e72a
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      apps/app/src/features/openai/client/stores/ai-assistant.tsx

+ 1 - 3
apps/app/src/features/openai/client/stores/ai-assistant.tsx

@@ -1,7 +1,7 @@
 import { useCallback } from 'react';
 
 import { useSWRStatic } from '@growi/core/dist/swr';
-import { type SWRResponse, mutate, useSWRConfig } from 'swr';
+import { type SWRResponse } from 'swr';
 import useSWRImmutable from 'swr/immutable';
 
 import { apiv3Get } from '~/client/util/apiv3-client';
@@ -9,8 +9,6 @@ import { apiv3Get } from '~/client/util/apiv3-client';
 import { type AccessibleAiAssistantsHasId, type AiAssistantHasId } from '../../interfaces/ai-assistant';
 import type { IThreadRelationHasId } from '../../interfaces/thread-relation'; // IThreadHasId を削除
 
-import { useSWRxThreads } from './thread';
-
 export const AiAssistantManagementModalPageMode = {
   HOME: 'home',
   SHARE: 'share',