export ViewWallet module from Tab

This commit is contained in:
Daniel Ternyak 2017-04-26 23:01:26 -05:00
parent 8f14403135
commit 9758aa6df3
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export ViewWallet from './ViewWallet/index'
export GenerateWallet from './GenerateWallet/index'
export ViewWallet from './ViewWallet'
export GenerateWallet from './GenerateWallet'