Renames explorerNodes

This commit is contained in:
Eric Amodio
2017-06-14 00:12:06 -04:00
parent 0e4664bab1
commit da450a614d
4 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
'use strict';
export * from './explorerNode';
export * from './commitFileNode';
export * from './commitNode';
export * from './fileHistoryNode';
export * from './repositoryNode';
export * from './stashCommitNode';
export * from './stashNode';