mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-15 13:44:29 +00:00
e7633c6d2f
* Replace all mentions of MyEtherWallet in translations with MyCrypto * Replace all translation mentions of kvhnuke/etherwallet repo with MyCryptoHQ/MyCrypto repo. * Replace all instances of MEW with MyCrypto in translations. * Replace all instances of myetherwallet.com with mycrypto.com * First pass of myetherwallet -> mycrypto in codebase. * Replace most MEWs and mews with MyCrypto or MyC or myc * Update all assets, clean out unused old assets. * Adjust v3 url * Convert all links to help articles to a help link component to make future changes easier. * Rework onboarding images * Adjust logo colors due to CMY issue. * Update donation address, remove mentions of mewtopia.eth * Update license * Update sosh meed and referral links. * Fix more translations strings. * Tscheck fix. * Update shapeshift api key.
17 lines
800 B
TypeScript
17 lines
800 B
TypeScript
export { default as ColorDropdown } from './ColorDropdown';
|
|
export { default as Dropdown } from './Dropdown';
|
|
export { default as DropdownShell } from './DropdownShell';
|
|
export { default as Identicon } from './Identicon';
|
|
export { default as Modal } from './Modal';
|
|
export { default as UnlockHeader } from './UnlockHeader';
|
|
export { default as QRCode } from './QRCode';
|
|
export { default as NewTabLink } from './NewTabLink';
|
|
export { default as UnitDisplay } from './UnitDisplay';
|
|
export { default as Spinner } from './Spinner';
|
|
export { default as SwapDropdown } from './SwapDropdown';
|
|
export { default as Tooltip } from './Tooltip';
|
|
export { default as TitleBar } from './TitleBar';
|
|
export { default as HelpLink } from './HelpLink';
|
|
export * from './ConditionalInput';
|
|
export * from './Expandable';
|