From 3f9c3d76b6edb70f91363c1e0787707ed1440c41 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 16 Jul 2018 18:21:02 -0230 Subject: Add hex data row to send screen --- ui/app/components/send/send-content/send-hex-data-row/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 ui/app/components/send/send-content/send-hex-data-row/index.js (limited to 'ui/app/components/send/send-content/send-hex-data-row/index.js') 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' -- cgit v1.2.3