mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-15 05:24:24 +00:00
303e44abb3
* [WIP] Start port of V3 Modal * allow lambda functions in React Components * lint code * add null case for modalRef * fix action test * reduce onboard slide boilerplate * delete images and componentize OnboardSlide * comment out info onboarding message * fix merge conflict * fix prettier error * revert tslint file * fix type in modal * add translations to onboard modal * add in images, fix stlyes
11 lines
594 B
TypeScript
11 lines
594 B
TypeScript
export { default as WelcomeSlide } from './WelcomeSlide';
|
|
export { default as NotABankSlide } from './NotABankSlide';
|
|
export { default as InterfaceSlide } from './InterfaceSlide';
|
|
export { default as BlockchainSlide } from './BlockchainSlide';
|
|
export { default as WhySlide } from './WhySlide';
|
|
export { default as WhyMewSlide } from './WhyMewSlide';
|
|
export { default as SecureSlideOne } from './SecureSlideOne';
|
|
export { default as SecureSlideTwo } from './SecureSlideTwo';
|
|
export { default as SecureSlideThree } from './SecureSlideThree';
|
|
export { default as FinalSlide } from './FinalSlide';
|