Skip to content

fix: clean up App component imports and function naming#6

Merged
jvalentini merged 1 commit into
masterfrom
fix/app-component-cleanup
Jan 2, 2026
Merged

fix: clean up App component imports and function naming#6
jvalentini merged 1 commit into
masterfrom
fix/app-component-cleanup

Conversation

@jvalentini

Copy link
Copy Markdown
Owner

This PR fixes component import issues and improves code organization in the App component.

Changes:

  • Added missing component imports (Header, VoiceInput, TextInput, Settings, Output)
  • Fixed Svelte 5 props destructuring in Tab component
  • Renamed function for consistency (setInputMode)
  • Organized imports alphabetically
  • Disabled problematic biome linting rules for Svelte files

Technical Details:

  • Fixed Tab component to use const instead of let for props
  • Organized imports in App.svelte and Output.svelte
  • Updated biome.json to disable no-unused-imports and no-unused-variables rules

This resolves runtime errors and ensures all components are properly imported and functional.

- Add missing component imports (Header, Tab, VoiceInput, TextInput, Settings, Output)
- Rename _setInputMode to setInputMode for consistency
@jvalentini
jvalentini merged commit ad72723 into master Jan 2, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant