import FailedAnimation from '../assets/animations/failed.json' import LoadingAnimation from '../assets/animations/loading.json' import SuccessAnimation from '../assets/animations/success.json' import TermsAnimation from '../assets/animations/terms.json' export { LoadingAnimation, SuccessAnimation, TermsAnimation, FailedAnimation }