Skip to content

Commit cb657e9

Browse files
committed
MP-43 payment settings init
1 parent cd2cd3e commit cb657e9

File tree

12 files changed

+407
-0
lines changed

12 files changed

+407
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './security'
22
export * from './preferences'
3+
export * from './payments'
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { ReactComponent as PayoneerLogo } from './Payoneer_log_gray.svg'
2+
import { ReactComponent as PayPalLogo } from './PayPal_logo_gray.svg'
3+
import { ReactComponent as WesternUnionLogo } from './Western_Union_Logo_gray.svg'
4+
import { ReactComponent as IconDollar } from './icon-dollar.svg'
5+
import { ReactComponent as IconWorld } from './icon-world.svg'
6+
import { ReactComponent as IconSpeed } from './icon-speed.svg'
7+
8+
export {
9+
IconDollar,
10+
IconWorld,
11+
IconSpeed,
12+
PayoneerLogo,
13+
PayPalLogo,
14+
WesternUnionLogo,
15+
}

0 commit comments

Comments
 (0)