aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content/send-hex-data-row/index.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-07-17 04:51:02 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-07-18 20:22:13 +0800
commit3f9c3d76b6edb70f91363c1e0787707ed1440c41 (patch)
treefdf98043ed205970c53f334240f27934ef3e80ed /ui/app/components/send/send-content/send-hex-data-row/index.js
parentf6ca06f775a739c8b449405c5e96b03151a6a33c (diff)
downloadtangerine-wallet-browser-3f9c3d76b6edb70f91363c1e0787707ed1440c41.tar.gz
tangerine-wallet-browser-3f9c3d76b6edb70f91363c1e0787707ed1440c41.tar.zst
tangerine-wallet-browser-3f9c3d76b6edb70f91363c1e0787707ed1440c41.zip
Add hex data row to send screen
Diffstat (limited to 'ui/app/components/send/send-content/send-hex-data-row/index.js')
-rw-r--r--ui/app/components/send/send-content/send-hex-data-row/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/send/send-content/send-hex-data-row/index.js b/ui/app/components/send/send-content/send-hex-data-row/index.js
new file mode 100644
index 000000000..4371ef83d
--- /dev/null
+++ b/ui/app/components/send/send-content/send-hex-data-row/index.js
@@ -0,0 +1 @@
+export { default } from './send-hex-data-row.component'