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
1510533ec7
MyCrypto
/
common
/
containers
/
index.ts
3 lines
66 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix regressions introduced in #241 (#247) * Fix location query * Remove unnecessary polyfill * Fix tslint error & update history types * Parse search str using Node Query String * Revert "Parse search str using Node Query String" This reverts commit 0a482dabf29c3fbcbfd3112b974d6b98c14dca2e. * fix formatting * Add query-string * Rename App container to TabSection & pass it location prop * Add react-router withRouter HOC to NavigationLink * various adjustments/finalizations * Add location to props interface
2017-10-04 04:13:49 +00:00
import
TabSection
from
'./TabSection'
;
export
default
TabSection
;