This website requires JavaScript.
Explore
Help
Sign In
status-im
/
MyCrypto
mirror of
https://github.com/status-im/MyCrypto.git
Watch
2
Star
0
Fork
You've already forked MyCrypto
0
Code
Issues
Projects
Releases
Wiki
Activity
04eaa08d6c
MyCrypto
/
common
/
containers
/
Tabs
/
GenerateWallet
/
index.tsx
3 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Generate Mnemonic Wallet (#659) * Initial work at splitting out generate into two flows. * Finish mnemonic flow. * Convert keystore to state-based component. Remove all redux generate stuff. Remove generate help section. Fix styles. * Add back button, switch to routing instead of state for generate pages. * PR feedback. * Alertify warning at generate. Linkify alternatives. Fix some alert link styles.
2017-12-28 19:54:07 +00:00
import
GenerateWallet
from
'./GenerateWallet'
;
export
default
GenerateWallet
;