aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/sender-to-recipient/sender-to-recipient.constants.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-08-21 11:16:54 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-08-23 01:53:20 +0800
commit7294aede4fc33e950f84147f1b7402675f53398d (patch)
treefeef8ed1dfa9431f6d5ee002c7b3589176392953 /ui/app/components/sender-to-recipient/sender-to-recipient.constants.js
parentbabd59a2dc64e15ef2a415e349ef12d5b995e2e7 (diff)
downloadtangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.tar
tangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.tar.gz
tangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.tar.bz2
tangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.tar.lz
tangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.tar.xz
tangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.tar.zst
tangerine-wallet-browser-7294aede4fc33e950f84147f1b7402675f53398d.zip
Add new variant for SenderToRecipient component
Diffstat (limited to 'ui/app/components/sender-to-recipient/sender-to-recipient.constants.js')
-rw-r--r--ui/app/components/sender-to-recipient/sender-to-recipient.constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/components/sender-to-recipient/sender-to-recipient.constants.js b/ui/app/components/sender-to-recipient/sender-to-recipient.constants.js
new file mode 100644
index 000000000..166228932
--- /dev/null
+++ b/ui/app/components/sender-to-recipient/sender-to-recipient.constants.js
@@ -0,0 +1,3 @@
+// Component design variants
+export const DEFAULT_VARIANT = 'DEFAULT_VARIANT'
+export const CARDS_VARIANT = 'CARDS_VARIANT'