mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-24 11:10:25 +02:00
fix(desktop): remove unused availableProviders destructuring
Fixes eslint no-unused-vars warning that fails CI with --max-warnings 0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ import { useOnboardingStore } from '../../stores/onboarding'
|
||||
|
||||
export default function SetupStep() {
|
||||
const navigate = useNavigate()
|
||||
const { providers, availableProviders, current, loading, error, refresh, setProvider } =
|
||||
const { providers, current, loading, error, refresh, setProvider } =
|
||||
useProvider()
|
||||
const { setProviderConfigured } = useOnboardingStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user