Shun Miyazawa 1 год назад
Родитель
Сommit
55e7838bee

+ 0 - 2
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantSidebar/AiAssistantDropdown.tsx

@@ -8,13 +8,11 @@ import {
   DropdownMenu,
   DropdownMenu,
   DropdownItem,
   DropdownItem,
 } from 'reactstrap';
 } from 'reactstrap';
-import 'bootstrap/dist/css/bootstrap.min.css';
 
 
 import type { AiAssistantHasId } from '../../../../interfaces/ai-assistant';
 import type { AiAssistantHasId } from '../../../../interfaces/ai-assistant';
 import { useSWRxAiAssistants } from '../../../stores/ai-assistant';
 import { useSWRxAiAssistants } from '../../../stores/ai-assistant';
 import { getShareScopeIcon } from '../../../utils/get-share-scope-Icon';
 import { getShareScopeIcon } from '../../../utils/get-share-scope-Icon';
 
 
-
 type Props = {
 type Props = {
   //
   //
 }
 }