feat: redesigned Git tab layout with improved organization
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export { GitHeader } from './GitHeader';
|
||||
export { GitEmptyState } from './GitEmptyState';
|
||||
export { ChangesSection } from './ChangesSection';
|
||||
export { ChangeRow } from './ChangeRow';
|
||||
export { CommitSection } from './CommitSection';
|
||||
export { CommitInput } from './CommitInput';
|
||||
export { AIHighlightsBox } from './AIHighlightsBox';
|
||||
export { HistorySection } from './HistorySection';
|
||||
export { HistoryCommitRow } from './HistoryCommitRow';
|
||||
export { SyncActions } from './SyncActions';
|
||||
export { BranchSelector } from './BranchSelector';
|
||||
Reference in New Issue
Block a user