Add index.js files to send_ subdirectories

feature/default_network_editable
Dan 7 years ago
parent 6bc8cc819a
commit 77ee23d493
  1. 1
      ui/app/components/send_/account-list-item/index.js
  2. 1
      ui/app/components/send_/send-content/index.js
  3. 1
      ui/app/components/send_/send-content/send-amount-row/amount-max-button/index.js
  4. 1
      ui/app/components/send_/send-content/send-amount-row/index.js
  5. 1
      ui/app/components/send_/send-content/send-dropdown-list/index.js
  6. 1
      ui/app/components/send_/send-content/send-from-row/from-dropdown/index.js
  7. 1
      ui/app/components/send_/send-content/send-from-row/index.js
  8. 1
      ui/app/components/send_/send-content/send-gas-row/index.js
  9. 1
      ui/app/components/send_/send-content/send-row-wrapper/index.js
  10. 1
      ui/app/components/send_/send-content/send-row-wrapper/send-row-error-message/index.js
  11. 1
      ui/app/components/send_/send-content/send-to-row/index.js
  12. 1
      ui/app/components/send_/send-footer/index.js
  13. 1
      ui/app/components/send_/send-header/index.js

@ -0,0 +1 @@
export { default } from './account-list-item.container'

@ -0,0 +1 @@
export { default } from './send-content.component'

@ -0,0 +1 @@
export { default } from './amount-max-button.container'

@ -0,0 +1 @@
export { default } from './send-amount-row.container'

@ -0,0 +1 @@
export { default } from './send-dropdown-list.component'

@ -0,0 +1 @@
export { default } from './from-dropdown.component'

@ -0,0 +1 @@
export { default } from './send-from-row.container'

@ -0,0 +1 @@
export { default } from './send-gas-row.container'

@ -0,0 +1 @@
export { default } from './send-row-wrapper.component'

@ -0,0 +1 @@
export { default } from './send-row-error-message.container'

@ -0,0 +1 @@
export { default } from './send-to-row.container'

@ -0,0 +1 @@
export { default } from './send-footer.container'

@ -0,0 +1 @@
export { default } from './send-header.container'
Loading…
Cancel
Save