fix: remove unused imports, functions, and types after discovering using npm run lint

This commit is contained in:
Haileyesus
2026-03-05 17:14:17 +03:00
parent 525c9f72ca
commit 65efda3278
15 changed files with 9 additions and 52 deletions

View File

@@ -1,6 +1,5 @@
import { SessionProvider } from '../../../../types/app';
import SessionProviderLogo from '../../../llm-logo-provider/SessionProviderLogo';
import type { Provider } from '../../types/types';
type AssistantThinkingIndicatorProps = {
selectedProvider: SessionProvider;