Spits branch and status nodes into separate files

Removes status node for now
This commit is contained in:
Eric Amodio
2017-06-25 23:29:54 -04:00
parent bc21272409
commit 7fbee675f0
5 changed files with 100 additions and 79 deletions

View File

@@ -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';