Reorganize Node components and state

This commit is contained in:
maciejhirsz
2018-08-10 14:36:05 +02:00
parent 7f4b87eae4
commit ba545799fe
14 changed files with 218 additions and 177 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
export * from './Chains';
export * from './Chain';
export * from './Icon';
export * from './Node';
export * from './Tile';
export * from './Ago';
export * from './OfflineIndicator';
import * as Node from './Node';
export { Node };