diff --git a/packages/legacy/core/App/components/animated/LoadingIndicator.tsx b/packages/legacy/core/App/components/animated/LoadingIndicator.tsx index 6785e08a..99cdac34 100644 --- a/packages/legacy/core/App/components/animated/LoadingIndicator.tsx +++ b/packages/legacy/core/App/components/animated/LoadingIndicator.tsx @@ -1,5 +1,5 @@ import React, { useEffect, useRef } from 'react' -import { View, StyleSheet, Animated, Image } from 'react-native' +import { View, StyleSheet, Animated } from 'react-native' import ActivityIndicator from '../../assets/img/activity-indicator-circle.svg' import { useTheme } from '../../contexts/theme' @@ -34,7 +34,7 @@ const LoadingIndicator: React.FC = () => { return ( - +