mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-04 05:27:40 +00:00
- 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.
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
import GitSettingsTab from './settings/view/tabs/git-settings/GitSettingsTab';
|
|
|
|
export default GitSettingsTab;
|