mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add index.js files to send_ subdirectories
This commit is contained in:
parent
6bc8cc819a
commit
77ee23d493
1
ui/app/components/send_/account-list-item/index.js
Normal file
1
ui/app/components/send_/account-list-item/index.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
export { default } from './account-list-item.container'
|
1
ui/app/components/send_/send-content/index.js
Normal file
1
ui/app/components/send_/send-content/index.js
Normal file
@ -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'
|
1
ui/app/components/send_/send-footer/index.js
Normal file
1
ui/app/components/send_/send-footer/index.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
export { default } from './send-footer.container'
|
1
ui/app/components/send_/send-header/index.js
Normal file
1
ui/app/components/send_/send-header/index.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
export { default } from './send-header.container'
|
Loading…
Reference in New Issue
Block a user