diff options
author | Thomas <thomas.b.huang@gmail.com> | 2018-05-17 13:47:07 +0800 |
---|---|---|
committer | Thomas <thomas.b.huang@gmail.com> | 2018-05-17 13:47:07 +0800 |
commit | 5e80bc4cb93277c8b3952345a6cb4cc055248b94 (patch) | |
tree | a173db7caddd63a055dcf3eff4c8b66ba954eb27 /ui/app/components/app-header/index.js | |
parent | d9be7f989a86e3fdfd83e4c632fd08cefd8309e5 (diff) | |
parent | 6e79225dbff512ab9bcae2731bcfc4ce33e98664 (diff) | |
download | tangerine-wallet-browser-5e80bc4cb93277c8b3952345a6cb4cc055248b94.tar.gz tangerine-wallet-browser-5e80bc4cb93277c8b3952345a6cb4cc055248b94.tar.zst tangerine-wallet-browser-5e80bc4cb93277c8b3952345a6cb4cc055248b94.zip |
Merge branch 'develop' into testing
Diffstat (limited to 'ui/app/components/app-header/index.js')
-rw-r--r-- | ui/app/components/app-header/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/app-header/index.js b/ui/app/components/app-header/index.js new file mode 100644 index 000000000..daa31f621 --- /dev/null +++ b/ui/app/components/app-header/index.js @@ -0,0 +1,2 @@ +import AppHeader from './app-header.container' +module.exports = AppHeader |