Shun Miyazawa 8 месяцев назад
Родитель
Сommit
fafb03fdd8

+ 4 - 4
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementKeywordSearch.tsx

@@ -1,8 +1,8 @@
-import type { KeyboardEvent } from 'react';
-import React, { useRef, useCallback } from 'react';
+import React, {
+  useRef, useCallback, type KeyboardEvent,
+} from 'react';
 
 
-import type { TypeaheadRef } from 'react-bootstrap-typeahead';
-import { Typeahead } from 'react-bootstrap-typeahead';
+import { type TypeaheadRef, Typeahead } from 'react-bootstrap-typeahead';
 import { useTranslation } from 'react-i18next';
 import { useTranslation } from 'react-i18next';
 import {
 import {
   ModalBody,
   ModalBody,