mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-03 04:57:42 +00:00
refactor(logo-provider): moved SessionProviderLogo to a dedicated llm-logo-provider folder and updated imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import SessionProviderLogo from '../../../../SessionProviderLogo';
|
||||
import SessionProviderLogo from '../../../../llm-logo-provider/SessionProviderLogo';
|
||||
import type { AgentProvider, AuthStatus } from '../../../types/types';
|
||||
|
||||
type AgentListItemProps = {
|
||||
|
||||
@@ -2,7 +2,7 @@ import { LogIn } from 'lucide-react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Badge } from '../../../../../../ui/badge';
|
||||
import { Button } from '../../../../../../ui/button';
|
||||
import SessionProviderLogo from '../../../../../../SessionProviderLogo';
|
||||
import SessionProviderLogo from '../../../../../../llm-logo-provider/SessionProviderLogo';
|
||||
import type { AgentProvider, AuthStatus } from '../../../../../types/types';
|
||||
|
||||
type AccountContentProps = {
|
||||
|
||||
Reference in New Issue
Block a user