From 77ee23d4935c72816e4d141472f53d8ade170cdf Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 14 May 2018 20:33:04 -0230 Subject: Add index.js files to send_ subdirectories --- .../send_/send-content/send-amount-row/amount-max-button/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 ui/app/components/send_/send-content/send-amount-row/amount-max-button/index.js (limited to 'ui/app/components/send_/send-content/send-amount-row/amount-max-button/index.js') diff --git a/ui/app/components/send_/send-content/send-amount-row/amount-max-button/index.js b/ui/app/components/send_/send-content/send-amount-row/amount-max-button/index.js new file mode 100644 index 000000000..548b51f33 --- /dev/null +++ b/ui/app/components/send_/send-content/send-amount-row/amount-max-button/index.js @@ -0,0 +1 @@ +export { default } from './amount-max-button.container' \ No newline at end of file -- cgit