Files
claudecodeui/src/components/GitSettings.jsx
Haileyesus 637cf51100 feat(settings): refactor settings components and move API Git settings tabs
- Replaced old settings components with new tab-based structure for API, Git, and Tasks settings.
- Introduced hooks for managing credentials and Git settings.
- Created new sections for API keys and GitHub credentials with appropriate UI components.
2026-02-23 09:13:59 +03:00

4 lines
111 B
JavaScript

import GitSettingsTab from './settings/view/tabs/git-settings/GitSettingsTab';
export default GitSettingsTab;