mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-13 03:28:35 -05:00
Spits branch and status nodes into separate files
Removes status node for now
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
export * from './explorerNode';
|
||||
export * from './branchesNode';
|
||||
export * from './branchHistoryNode';
|
||||
export * from './commitFileNode';
|
||||
export * from './commitNode';
|
||||
export * from './fileHistoryNode';
|
||||
export * from './repositoryNode';
|
||||
export * from './stashCommitNode';
|
||||
export * from './stashNode';
|
||||
export * from './stashNode';
|
||||
export * from './statusNode';
|
||||
Reference in New Issue
Block a user